Changeset 548 for GPL/branches/uniaud32-2.1.x/drv32/idc.c
- Timestamp:
- Mar 16, 2011, 11:54:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/drv32/idc.c
r493 r548 34 34 #include <irqos2.h> 35 35 #include <stacktoflat.h> 36 #include <dbgos2.h> 36 37 37 38 //16:32 address of 16 bits pdd idc handler … … 39 40 extern "C" int pcm_device; 40 41 WORD32 OSS32IDC(ULONG cmd, PIDC32_PACKET pPacket); 42 extern "C" BOOL fRewired; //pci.c 41 43 42 44 //packet pointer must reference a structure on the stack … … 49 51 ULONG oldfileid; 50 52 OSSRET rc; 53 54 if (fRewired) { 55 fRewired = FALSE; 56 rprintf(("AlsaIDC: Resuming")); 57 OSS32_APMResume(); 58 } 51 59 52 60 //Sets file id in current task structure
Note:
See TracChangeset
for help on using the changeset viewer.