Changeset 68955 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Oct 2, 2017 3:50:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
r68954 r68955 623 623 return E_INVALIDARG; 624 624 625 directSoundPlayInterfaceDestroy(pThis);626 627 625 dsoundUpdateStatusInternal(pThis); 628 626 … … 1122 1120 return E_INVALIDARG; 1123 1121 1124 directSoundCaptureInterfaceDestroy(pThis);1125 1126 1122 dsoundUpdateStatusInternalEx(pThis, NULL /* Cfg */, DSOUNDENUMCBFLAGS_LOG /* fEnum */); 1127 1123 … … 1224 1220 pStreamDS->In.hrLastCapture = S_OK; 1225 1221 1226 DSLOG(("DSound: Started capturing offReadPos=%RU32, cbBufSize=%RU32\n",1222 DSLOG(("DSound: Opened capturing offReadPos=%RU32, cbBufSize=%RU32\n", 1227 1223 pStreamDS->In.offReadPos, pStreamDS->In.cbBufSize)); 1228 1224
Note:
See TracChangeset
for help on using the changeset viewer.