Changeset 58075 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 7, 2015 9:28:30 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103133
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
r58071 r58075 1064 1064 case PDMAUDIOSTREAMCMD_ENABLE: 1065 1065 { 1066 DSLOG(("DSound: Playback PDMAUDIOSTREAMCMD_ENABLE\n")); 1066 1067 /* Try to start playback. If it fails, then reopen and try again. */ 1067 1068 HRESULT hr = directSoundPlayStart(pDSoundStrmOut); … … 1082 1083 case PDMAUDIOSTREAMCMD_DISABLE: 1083 1084 { 1085 DSLOG(("DSound: Playback PDMAUDIOSTREAMCMD_DISABLE\n")); 1084 1086 directSoundPlayStop(pThis, pDSoundStrmOut); 1085 1087 break;
Note:
See TracChangeset
for help on using the changeset viewer.