Changeset 483 for OCO/trunk/drv16/waverec.cpp
- Timestamp:
- May 6, 2010, 3:08:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/waverec.cpp
r468 r483 139 139 hwparam.ulDataType = QueryOSSDataFormat(OPERATION_RECORD, pConfigInfo->ulDataType, pConfigInfo->ulHwBitsPerSample); 140 140 if(OSS16_WaveSetFormat(StreamId, &hwparam) != OSSERR_SUCCESS) { 141 dprintf(("WAVEREC::ConfigDev: WaveSetFormat failed")); 141 142 DebugInt3(); 142 143 return FALSE; … … 151 152 ULONG FAR *pulBytesTransferred) 152 153 { 154 #ifdef DEBUG 155 //dprintf(("WAVEREC::Transfer %lx bytes", ulBytesToTransfer)); 156 #endif 153 157 if(pConfigInfo->usConversion == CONVERT_NONE) 154 158 {
Note:
See TracChangeset
for help on using the changeset viewer.