Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • TabularUnified GPL/trunk/lib32/ioctl.c

    r591 r598  
    122122                return -EBADFD;
    123123
    124         //dprintf(("wait for %x. tout %i\n",substream, timeout));
     124        //printk("wait for %x. tout %i\n",substream, timeout);
    125125
    126126        while (1)
     
    226226        WAVE_CAPS *wc;
    227227        int i;
    228         int sel_pcm = -1;
     228        //int sel_pcm = -1;
    229229        int max_ch = 0;
    230230
     
    439439{
    440440        mixerhandle *pHandle = NULL;
    441         int              ret, i, j;
     441        int ret;
     442        //int i, j;
    442443
    443444        if(alsa_fops == NULL) {
     
    492493{
    493494        mixerhandle *pHandle = NULL;
    494         int              ret, i, j;
     495        int              ret;
     496        //int i, j;
    495497
    496498        if(alsa_fops == NULL) {
     
    545547{
    546548        mixerhandle *pHandle = NULL;
    547         int              ret, i, j;
     549        int              ret;
     550        //int i, j;
    548551
    549552        //dprintf(("GetUniaudCardInfo"));
     
    600603{
    601604        mixerhandle *pHandle = NULL;
    602         int              ret, i, j, sz;
     605        int              ret, sz;
     606        //int i, j;
    603607
    604608        //dprintf(("GetUniaudControlNum"));
     
    667671{
    668672        mixerhandle *pHandle = NULL;
    669         int              ret, i, j, sz;
     673        int              ret, sz;
     674        //int i, j;
    670675
    671676        //dprintf(("GetUniaudControls"));
     
    756761int GetUniaudControlInfo(ULONG deviceid, ULONG id, void *info)
    757762{
    758         struct snd_ctl_elem_value *pElem = NULL;
     763        //struct snd_ctl_elem_value *pElem = NULL;
    759764        struct snd_ctl_elem_info  *pElemInfo = NULL;
    760765        mixerhandle *pHandle = NULL;
    761         int              ret, i, j, sz;
     766        int              ret, sz;
     767        //int i, j;
    762768
    763769        //dprintf(("GetUniaudControlInfo"));
     
    820826        //struct snd_ctl_elem_info  *pElemInfo = NULL;
    821827        mixerhandle *pHandle = NULL;
    822         int              ret, i, j, sz;
     828        int              ret, sz;
     829        //int i, j;
    823830
    824831        if(alsa_fops == NULL) {
     
    878885        //struct snd_ctl_elem_info  *pElemInfo = NULL;
    879886        mixerhandle *pHandle = NULL;
    880         int              ret, i, j, sz;
     887        int              ret, sz;
     888        //int i, j;
    881889
    882890        if(alsa_fops == NULL) {
Note: See TracChangeset for help on using the changeset viewer.