Ignore:
Timestamp:
Jul 17, 2007, 6:04:31 PM (18 years ago)
Author:
Brendan Oakley
Message:

Applied latest updates from Vlad

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/ossidc16.cpp

    r33 r221  
    4141
    4242extern "C" ULONG  far __cdecl OSSIDC_ENTRY(ULONG cmd, ULONG param1, ULONG param2);
    43 
     43extern int force_closed;
    4444//Used to call into the 32 bits OSS driver
    4545static OSSRET CallOSS32(USHORT cmd, IDC32_PACKET FAR *pIDCPacket);
     
    666666        break;
    667667
    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        }
    671675    case IDC16_PROCESS:
    672676    {
    673677        PWAVESTREAM pStream;
    674 
    675 
    676678//            dprintf(("IDC16_PROCESS. param1: %x, param2: %x",param1, param2));
    677679        //Signal all active wave playback streams to update their status
Note: See TracChangeset for help on using the changeset viewer.