Changeset 58736 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Nov 18, 2015 11:28:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
r58733 r58736 1724 1724 DWORD cbPlayPos; 1725 1725 hr = IDirectSoundCaptureBuffer8_GetCurrentPosition(pThis->pStrmOut->pDSB, NULL, &cbPlayPos); 1726 LogFlowFunc(("Output: hr=%Rhrc, dwPlayPos=%ld\n", hr, cbPlayPos));1727 }1726 LogFlowFunc(("Output: hr=%Rhrc, dwPlayPos=%ld\n", hr, cbPlayPos)); 1727 } 1728 1728 break; 1729 1729 } … … 1804 1804 else 1805 1805 DSLOGREL(("DSound: Creating thread failed with rc=%Rrc\n", rc)); 1806 #else 1807 rc = VINF_SUCCESS; 1806 1808 #endif 1807 1809 } … … 1900 1902 * Init the static parts. 1901 1903 */ 1902 pThis->pDrvIns 1904 pThis->pDrvIns = pDrvIns; 1903 1905 /* IBase */ 1904 pDrvIns->IBase.pfnQueryInterface 1906 pDrvIns->IBase.pfnQueryInterface = drvHostDSoundQueryInterface; 1905 1907 /* IHostAudio */ 1906 1908 PDMAUDIO_IHOSTAUDIO_CALLBACKS(drvHostDSound);
Note:
See TracChangeset
for help on using the changeset viewer.