Changeset 592 for GPL/branches/uniaud32-2.1.x/drv32/idc.c
- Timestamp:
- Mar 9, 2017, 1:01:06 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/drv32/idc.c
r588 r592 40 40 extern int pcm_device; 41 41 WORD32 OSS32IDC(ULONG cmd, PIDC32_PACKET pPacket); 42 extern BOOL fRewired; //pci.c43 42 44 43 //packet pointer must reference a structure on the stack … … 50 49 ULONG oldfileid; 51 50 OSSRET rc; 52 53 if (fRewired) {54 fRewired = FALSE;55 rprintf(("AlsaIDC: Resuming"));56 OSS32_APMResume();57 DbgPrintIrq();58 }59 51 60 52 //Sets file id in current task structure
Note:
See TracChangeset
for help on using the changeset viewer.