VirtualBox

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


Ignore:
Timestamp:
Dec 21, 2016 6:55:54 PM (8 years ago)
Author:
vboxsync
Message:

Logging.

File:
1 edited

Legend:

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

    r64403 r64991  
    15981598            break;
    15991599        default:
    1600             AssertMsgFailedReturn(("Invalid mixer control %d\n", enmMixerCtl), VERR_INVALID_PARAMETER);
     1600            AssertMsgFailedReturn(("Invalid mixer control %RU32\n", enmMixerCtl), VERR_INVALID_PARAMETER);
    16011601            break;
    16021602    }
     
    16211621
    16221622    PDMAUDIOVOLUME Vol = { RT_BOOL(iMute), lVol, rVol };
     1623
     1624    LogRel2(("HDA: Setting volume for mixer control '%s' to %RU8/%RU8 (%s)\n",
     1625             DrvAudioHlpAudMixerCtlToStr(enmMixerCtl), lVol, rVol, RT_BOOL(iMute) ? "Muted" : "Unmuted"));
     1626
    16231627    return pThis->pfnCbMixerSetVolume(pThis->pHDAState, enmMixerCtl, &Vol);
    16241628}
Note: See TracChangeset for help on using the changeset viewer.

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