Changeset 675 for GPL/branches/uniaud32-next/drv32/idc.c
- Timestamp:
- Feb 15, 2021, 9:44:30 AM (5 years ago)
- File:
-
- 1 edited
-
GPL/branches/uniaud32-next/drv32/idc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/drv32/idc.c
r591 r675 28 28 #include <os2.h> 29 29 //DAZ } 30 #include <devtype.h>31 30 #include <devhelp.h> 32 //#include <strategy.h>33 31 #include <ossidc32.h> 34 32 #include <irqos2.h> 35 #include <stacktoflat.h>36 33 #include <dbgos2.h> 37 34 … … 39 36 IDC16_HANDLER idc16_PddHandler = 0; 40 37 extern int pcm_device; 41 WORD32OSS32IDC(ULONG cmd, PIDC32_PACKET pPacket);38 OSSRET OSS32IDC(ULONG cmd, PIDC32_PACKET pPacket); 42 39 43 40 //packet pointer must reference a structure on the stack
Note:
See TracChangeset
for help on using the changeset viewer.
