Changeset 65677 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Feb 8, 2017 11:54:26 AM (8 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r65674 r65677 2674 2674 pStrmCfg->Props.cBits = cBits; 2675 2675 pStrmCfg->Props.fSigned = true; 2676 pStrmCfg->Props.cShift = PDMAUDIOPCMPROPS_MAKE_SHIFT_PARMS(pStrmCfg->Props.cBits, pStrmCfg->Props.cChannels); 2676 2677 } 2677 2678 -
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r65674 r65677 1641 1641 streamCfg.Props.cBits = 16; 1642 1642 streamCfg.Props.fSigned = true; 1643 streamCfg.Props.cShift = PDMAUDIOPCMPROPS_MAKE_SHIFT_PARMS(streamCfg.Props.cBits, streamCfg.Props.cChannels); 1643 1644 1644 1645 rc = ichac97MixerAddDrvStreams(pThis, pMixSink, &streamCfg);
Note:
See TracChangeset
for help on using the changeset viewer.