Changeset 87970 in vbox for trunk/src/VBox
- Timestamp:
- Mar 5, 2021 10:56:12 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143078
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStream.cpp
r87969 r87970 510 510 * just the minimum. Ignoring this for now as windows has two equal 511 511 * sized buffers both with IOC set. */ 512 LogRel (("HDA: Uneven IRQ buffer config; i=%u cbCur=%#x cbMin=%#x.\n", i, cbTransferHeuristicsCur, cbTransferHeuristics));512 LogRelMax(32, ("HDA: Uneven IRQ buffer config; i=%u cbCur=%#x cbMin=%#x.\n", i, cbTransferHeuristicsCur, cbTransferHeuristics)); 513 513 cbTransferHeuristics = RT_MIN(cbTransferHeuristicsCur, cbTransferHeuristics); 514 514 }
Note:
See TracChangeset
for help on using the changeset viewer.