VirtualBox

Changeset 58075 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 7, 2015 9:28:30 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103133
Message:

DrvHostDSound: optional release logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp

    r58071 r58075  
    10641064        case PDMAUDIOSTREAMCMD_ENABLE:
    10651065        {
     1066            DSLOG(("DSound: Playback PDMAUDIOSTREAMCMD_ENABLE\n"));
    10661067            /* Try to start playback. If it fails, then reopen and try again. */
    10671068            HRESULT hr = directSoundPlayStart(pDSoundStrmOut);
     
    10821083        case PDMAUDIOSTREAMCMD_DISABLE:
    10831084        {
     1085            DSLOG(("DSound: Playback PDMAUDIOSTREAMCMD_DISABLE\n"));
    10841086            directSoundPlayStop(pThis, pDSoundStrmOut);
    10851087            break;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette