Changeset 362

Show
Ignore:
Timestamp:
07/22/08 12:05:34 (6 weeks ago)
Author:
psmedley
Message:

Remove obsolete file

Location:
GPL/branches/uniaud32-2.0
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.0/drv32/irq.cpp

    r63 r362  
    6565 
    6666    if (rc != 0) {                    // If error ... 
     67        dprintf(("ERROR: RMSetIrq %d %d %x - failed to set shared - trying exclusive!!", ulIrq, fShared, ulSlotNo)); 
    6768        rc = DevIRQSet((WORD16) *pISR[ulSlotNo], 
    6869                       (WORD16)ulIrq, 
     
    7172 
    7273    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)); 
    7475        DebugInt3(); 
    7576        return FALSE; 
  • GPL/branches/uniaud32-2.0/lib32/ioctl.c

    r307 r362  
    910910    soundhandle        *pHandle = (soundhandle *)streamid; 
    911911    struct snd_pcm_hw_params *params = NULL; 
    912  
     912    printk("PS UniaudIoctlHWRefine\n"); 
    913913    params = (struct snd_pcm_hw_params *)pHwParams; 
    914914 
     
    927927    soundhandle        *pHandle = (soundhandle *)streamid; 
    928928    struct snd_pcm_hw_params *params = NULL; 
    929  
     929    printk("PS UniaudIoctlHWParamSet\n"); 
    930930    params = (struct snd_pcm_hw_params *)pHwParams; 
    931931 
     
    943943    soundhandle        *pHandle = (soundhandle *)streamid; 
    944944    struct snd_pcm_sw_params *params = NULL; 
    945  
     945    printk("PS UniaudIoctlSWParamSet\n"); 
    946946    params = (struct snd_pcm_sw_params *)pSwParams; 
    947947