Changeset 87980 in vbox
- Timestamp:
- Mar 5, 2021 5:19:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStream.cpp
r87978 r87980 301 301 * Note: This also involves dealing with surround setups the guest might has set up for us. 302 302 */ 303 LogRelMax(32, ("HDA: Warning: More than stereo (2) channels are not supported (%RU8 requested), "304 "falling back to stereo channels for stream #%RU8\n",Props.cChannels, uSD));303 LogRelMax(32, ("HDA: Warning: More than stereo (2) channels are not supported (%RU8 requested), falling back to stereo channels for stream #%RU8\n", 304 Props.cChannels, uSD)); 305 305 Props.cChannels = 2; 306 306 Props.cShift = PDMAUDIOPCMPROPS_MAKE_SHIFT_PARMS(Props.cbSample, Props.cChannels); … … 558 558 559 559 if (uTransferHz > 400) /* Anything above 400 Hz looks fishy -- tell the user. */ 560 LogRelMax(32, ("HDA: Warning: Calculated transfer Hz rate for stream #%RU8 looks incorrect (%u), " 561 "please re-run with audio debug mode and report a bug\n", 560 LogRelMax(32, ("HDA: Warning: Calculated transfer Hz rate for stream #%RU8 looks incorrect (%u), please re-run with audio debug mode and report a bug\n", 562 561 uSD, uTransferHz)); 563 562
Note:
See TracChangeset
for help on using the changeset viewer.