Changeset 65626 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Feb 6, 2017 2:32:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
r65624 r65626 400 400 DSLOGREL(("DSound: Locking playback buffer returned misaligned buffer: cb1=%#RX32, cb2=%#RX32 (alignment: %#RX32)\n", 401 401 *pcb1, *pcb2, pStreamDS->uAlign)); 402 directSoundPlayUnlock(pThis, pStreamDS-> uAlign, *ppv1, *ppv2, *pcb1, *pcb2);402 directSoundPlayUnlock(pThis, pStreamDS->Out.pDSB, *ppv1, *ppv2, *pcb1, *pcb2); 403 403 return E_FAIL; 404 404 } … … 1840 1840 PVOID pv1, pv2; 1841 1841 DWORD cb1, cb2; 1842 hr = directSoundCaptureLock(p DSCB, &pStreamDS->pCfg->Props,1842 hr = directSoundCaptureLock(pStreamDS, 1843 1843 pStreamDS->In.offCaptureBufRead, /* dwOffset */ 1844 1844 cbToCapture, /* dwBytes */
Note:
See TracChangeset
for help on using the changeset viewer.