Ignore:
Timestamp:
May 6, 2010, 3:08:34 AM (15 years ago)
Author:
David Azarewicz
Message:

Rework buffer management

File:
1 edited

Legend:

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

    r468 r483  
    139139    hwparam.ulDataType      = QueryOSSDataFormat(OPERATION_RECORD, pConfigInfo->ulDataType, pConfigInfo->ulHwBitsPerSample);
    140140    if(OSS16_WaveSetFormat(StreamId, &hwparam) != OSSERR_SUCCESS) {
     141                dprintf(("WAVEREC::ConfigDev: WaveSetFormat failed"));
    141142        DebugInt3();
    142143        return FALSE;
     
    151152                       ULONG FAR *pulBytesTransferred)
    152153{
     154#ifdef DEBUG
     155    //dprintf(("WAVEREC::Transfer %lx bytes", ulBytesToTransfer));
     156#endif
    153157    if(pConfigInfo->usConversion == CONVERT_NONE)
    154158    {
Note: See TracChangeset for help on using the changeset viewer.