Changeset 76045 in vbox for trunk/src/VBox/Devices/Audio/HDAStream.cpp
- Timestamp:
- Dec 7, 2018 10:03:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStream.cpp
r76018 r76045 251 251 "falling back to stereo channels for stream #%RU8\n", Props.cChannels, uSD)); 252 252 Props.cChannels = 2; 253 Props.cShift = PDMAUDIOPCMPROPS_MAKE_SHIFT_PARMS(Props.cBytes, Props.cChannels); 253 254 } 254 255 #endif
Note:
See TracChangeset
for help on using the changeset viewer.