Changeset 484 for GPL/trunk/drv32/dispatch.c
- Timestamp:
- May 8, 2010, 6:36:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/drv32/dispatch.c
r479 r484 95 95 ULONG ctl_id; 96 96 97 #ifdef DEBUG98 printk("StratIOCtl %d\n", rp->Function);99 #endif100 97 if (rp->Category != CAT_IOCTL_OSS32) 101 98 { … … 105 102 } 106 103 104 #ifdef DEBUG 105 printk("StratIOCtl 0x%x\n", rp->Function); 106 #endif 107 107 // printk("cmd: %x, len: %i, pack: %x\n",rp->Function, rp->ParmLength, rp->ParmPacket); 108 108 // work with Parm Packet … … 394 394 ctl_id = id & 0x0000FFFF; 395 395 396 // printk("put ID %i\n",id);397 396 GetUniaudControlValuePut(card_id, ctl_id,(void*)*pData); 398 397 } break;
Note:
See TracChangeset
for help on using the changeset viewer.