Changeset 221 for OCO/trunk/drv16/ossidc16.cpp
- Timestamp:
- Jul 17, 2007, 6:04:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/ossidc16.cpp
r33 r221 41 41 42 42 extern "C" ULONG far __cdecl OSSIDC_ENTRY(ULONG cmd, ULONG param1, ULONG param2); 43 43 extern int force_closed; 44 44 //Used to call into the 32 bits OSS driver 45 45 static OSSRET CallOSS32(USHORT cmd, IDC32_PACKET FAR *pIDCPacket); … … 666 666 break; 667 667 668 case IDC16_CLOSE_PCM: 669 // force_close(); 670 break; 668 case IDC16_CLOSE_UNI16: 669 { 670 force_closed = 1; 671 pWavePlay->Close(0); 672 //WAVEAUDIO::WavePlayClose(); 673 break; 674 } 671 675 case IDC16_PROCESS: 672 676 { 673 677 PWAVESTREAM pStream; 674 675 676 678 // dprintf(("IDC16_PROCESS. param1: %x, param2: %x",param1, param2)); 677 679 //Signal all active wave playback streams to update their status
Note:
See TracChangeset
for help on using the changeset viewer.