Changeset 533 for OCO/trunk/drv16/waudio.cpp
- Timestamp:
- Aug 2, 2010, 11:30:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/waudio.cpp
r526 r533 1360 1360 ulBytesPerIRQ = pConfigInfo->ulPCMConsumeRate >> 6; // 64 interrupts per second 1361 1361 // we can tweak this as needed but generally this should do rjj 1362 #if 0 // commented out by DAZ 1362 1363 // make sure it's an even multiple of 64 1363 1364 ulBytesPerIRQ += 0x00000040; … … 1367 1368 ulBytesPerIRQ = 0x800; 1368 1369 } 1370 #endif 1369 1371 pConfigInfo->ulBytesPerIRQ = ulBytesPerIRQ; 1370 1372 dprintf4(("WAVEAUDIO::ConfigDev BytesPerIRQ:%ld",ulBytesPerIRQ));
Note:
See TracChangeset
for help on using the changeset viewer.