Changeset 478 for OCO/trunk/drv16/wavestrm.cpp
- Timestamp:
- Apr 9, 2010, 11:08:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/wavestrm.cpp
r474 r478 378 378 } 379 379 } 380 if ((pahw->GetSpace(StreamId, &_configinfo, &space) != FALSE) && (space > _configinfo.ulBytesPerIRQ/_configinfo.ulSampleSize )380 if ((pahw->GetSpace(StreamId, &_configinfo, &space) != FALSE) 381 381 && qhInProcess.IsElements()) 382 382 { … … 700 700 { 701 701 #ifdef DEBUG 702 // dprintf(("WAVESTREAM::WAVESTREAM"));702 dprintf(("WS::WS:S")); 703 703 #endif 704 704 // get the pointer to the hardware object
Note:
See TracChangeset
for help on using the changeset viewer.