Changeset 64991 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Dec 21, 2016 6:55:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDACodec.cpp
r64403 r64991 1598 1598 break; 1599 1599 default: 1600 AssertMsgFailedReturn(("Invalid mixer control % d\n", enmMixerCtl), VERR_INVALID_PARAMETER);1600 AssertMsgFailedReturn(("Invalid mixer control %RU32\n", enmMixerCtl), VERR_INVALID_PARAMETER); 1601 1601 break; 1602 1602 } … … 1621 1621 1622 1622 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 1623 1627 return pThis->pfnCbMixerSetVolume(pThis->pHDAState, enmMixerCtl, &Vol); 1624 1628 }
Note:
See TracChangeset
for help on using the changeset viewer.