Changeset 85 for GPL/trunk/lib32/sound.c
- Timestamp:
- Oct 24, 2006, 8:25:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/sound.c
r84 r85 532 532 } 533 533 534 printk("OSS32_WaveOpen: cp1\n");535 534 ret = alsa_fops->open(&pHandle->inode, &pHandle->file); 536 printk("OSS32_WaveOpen. ret: %i\n", ret);535 //printk("OSS32_WaveOpen. ret: %i\n", ret); 537 536 /* check if PCM already opened (stupid uniaud16.sys doesnt closes it) */ 538 537 if (ret == -16) … … 556 555 } 557 556 } 558 printk("OSS32_WaveOpen: cp3\n");559 557 560 558 if(ret) { … … 565 563 } 566 564 pHandle->magic = MAGIC_WAVE_ALSA32; 567 printk("OSS32_WaveOpen: cp4\n");568 569 565 if (pStreamId) 570 566 *pStreamId = (ULONG)pHandle;
Note:
See TracChangeset
for help on using the changeset viewer.