Changeset 524 for OCO/branches/DAZ/drv16/waudio.cpp
- Timestamp:
- Jul 22, 2010, 8:20:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/branches/DAZ/drv16/waudio.cpp
r513 r524 407 407 408 408 default: 409 dprintf(("DataFormat wrong:%x",ulBitsPerSample));409 rprintf(("DataFormat wrong:%x",ulBitsPerSample)); 410 410 DebugInt3(); 411 411 return 0; … … 829 829 { 830 830 pConfigInfo->ulHwSampleRate = pConfigInfo->ulFixedSampleRate; 831 #ifdef DEBUG832 831 dprintf(("WA::QuerySampleFormat: SampleRate1 %d", pConfigInfo->ulHwSampleRate)); 833 #endif834 832 } 835 833 else 836 834 { 837 835 pConfigInfo->ulHwSampleRate = pConfigInfo->ulSampleRate; 838 #ifdef DEBUG839 836 dprintf(("WA::QuerySampleFormat: SampleRate2 %d", pConfigInfo->ulHwSampleRate)); 840 #endif841 837 } 842 838
Note:
See TracChangeset
for help on using the changeset viewer.