Changeset 362
- Timestamp:
- Jul 22, 2008, 12:05:34 PM (17 years ago)
- Location:
- GPL/branches/uniaud32-2.0
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/drv32/irq.cpp
r63 r362 65 65 66 66 if (rc != 0) { // If error ... 67 dprintf(("ERROR: RMSetIrq %d %d %x - failed to set shared - trying exclusive!!", ulIrq, fShared, ulSlotNo)); 67 68 rc = DevIRQSet((WORD16) *pISR[ulSlotNo], 68 69 (WORD16)ulIrq, … … 71 72 72 73 if (rc != 0) { // If error ... 73 dprintf(("ERROR: RMSetIrq %d %d %x FAILED !!", ulIrq, fShared, ulSlotNo));74 dprintf(("ERROR: RMSetIrq %d %d %x FAILED shared and exclusive mode!!", ulIrq, fShared, ulSlotNo)); 74 75 DebugInt3(); 75 76 return FALSE; -
GPL/branches/uniaud32-2.0/lib32/ioctl.c
r307 r362 910 910 soundhandle *pHandle = (soundhandle *)streamid; 911 911 struct snd_pcm_hw_params *params = NULL; 912 912 printk("PS UniaudIoctlHWRefine\n"); 913 913 params = (struct snd_pcm_hw_params *)pHwParams; 914 914 … … 927 927 soundhandle *pHandle = (soundhandle *)streamid; 928 928 struct snd_pcm_hw_params *params = NULL; 929 929 printk("PS UniaudIoctlHWParamSet\n"); 930 930 params = (struct snd_pcm_hw_params *)pHwParams; 931 931 … … 943 943 soundhandle *pHandle = (soundhandle *)streamid; 944 944 struct snd_pcm_sw_params *params = NULL; 945 945 printk("PS UniaudIoctlSWParamSet\n"); 946 946 params = (struct snd_pcm_sw_params *)pSwParams; 947 947
Note:
See TracChangeset
for help on using the changeset viewer.