Ignore:
Timestamp:
Mar 9, 2017, 1:01:06 AM (8 years ago)
Author:
David Azarewicz
Message:

Remove dead code. update build system. Fix api interrupt defect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/drv32/idc.c

    r588 r592  
    4040extern int pcm_device;
    4141WORD32 OSS32IDC(ULONG cmd, PIDC32_PACKET pPacket);
    42 extern BOOL fRewired; //pci.c
    4342
    4443//packet pointer must reference a structure on the stack
     
    5049    ULONG  oldfileid;
    5150    OSSRET rc;
    52 
    53         if (fRewired) {
    54                 fRewired = FALSE;
    55                 rprintf(("AlsaIDC: Resuming"));
    56                 OSS32_APMResume();
    57                 DbgPrintIrq();
    58         }
    5951
    6052    //Sets file id in current task structure
Note: See TracChangeset for help on using the changeset viewer.