Changeset 85 for GPL/trunk/lib32/sound.c


Ignore:
Timestamp:
Oct 24, 2006, 8:25:27 PM (19 years ago)
Author:
vladest
Message:

Added VIA 8251 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/sound.c

    r84 r85  
    532532    }
    533533
    534     printk("OSS32_WaveOpen: cp1\n");
    535534    ret = alsa_fops->open(&pHandle->inode, &pHandle->file);
    536     printk("OSS32_WaveOpen. ret: %i\n", ret);
     535    //printk("OSS32_WaveOpen. ret: %i\n", ret);
    537536    /* check if PCM already opened (stupid uniaud16.sys doesnt closes it) */
    538537    if (ret == -16)
     
    556555        }
    557556    }
    558     printk("OSS32_WaveOpen: cp3\n");
    559557
    560558    if(ret) {
     
    565563    }
    566564    pHandle->magic = MAGIC_WAVE_ALSA32;
    567     printk("OSS32_WaveOpen: cp4\n");
    568 
    569565    if (pStreamId)
    570566        *pStreamId = (ULONG)pHandle;
Note: See TracChangeset for help on using the changeset viewer.