Changeset 67496 in vbox for trunk/src/VBox
- Timestamp:
- Jun 20, 2017 11:04:45 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116235
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r67488 r67496 4203 4203 4204 4204 PHDAMIXERSINK pSink = hdaMixerControlToSink(pThis, enmMixerCtl); 4205 if (pSink) 4206 { 4205 if ( pSink 4206 && pSink->pMixSink) 4207 { 4208 LogRel2(("HDA: Setting volume for mixer sink '%s' to %RU8/%RU8 (%s)\n", 4209 pSink->pMixSink->pszName, pVol->uLeft, pVol->uRight, pVol->fMuted ? "Muted" : "Unmuted")); 4210 4207 4211 /* Set the volume. 4208 4212 * We assume that the codec already converted it to the correct range. */
Note:
See TracChangeset
for help on using the changeset viewer.