Ignore:
Timestamp:
May 8, 2010, 6:36:24 AM (15 years ago)
Author:
David Azarewicz
Message:

Fix for recording hang

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/drv32/dispatch.c

    r479 r484  
    9595    ULONG ctl_id;
    9696
    97 #ifdef DEBUG
    98     printk("StratIOCtl %d\n", rp->Function);
    99 #endif
    10097    if (rp->Category != CAT_IOCTL_OSS32)
    10198    {
     
    105102    }
    106103
     104#ifdef DEBUG
     105    printk("StratIOCtl 0x%x\n", rp->Function);
     106#endif
    107107//    printk("cmd: %x, len: %i, pack: %x\n",rp->Function, rp->ParmLength, rp->ParmPacket);
    108108    // work with Parm Packet
     
    394394            ctl_id = id & 0x0000FFFF;
    395395
    396             //                printk("put ID %i\n",id);
    397396            GetUniaudControlValuePut(card_id, ctl_id,(void*)*pData);
    398397        } break;
Note: See TracChangeset for help on using the changeset viewer.