Changeset 88004 in vbox for trunk/src/VBox/Devices/Audio/HDAStream.cpp
- Timestamp:
- Mar 8, 2021 11:55:51 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStream.cpp
r88002 r88004 532 532 if (cbTransferHeuristics >= 8) 533 533 { 534 ASSERT_GUEST_LOGREL_MSG(DrvAudioHlp BytesIsAligned(cbTransferHeuristics, &pStreamR3->State.Mapping.PCMProps),534 ASSERT_GUEST_LOGREL_MSG(DrvAudioHlpIsBytesAligned(cbTransferHeuristics, &pStreamR3->State.Mapping.PCMProps), 535 535 ("We arrived at a misaligned transfer size for stream #%RU8: %#x (%u)\n", 536 536 uSD, cbTransferHeuristics, cbTransferHeuristics)); … … 549 549 pStreamShared->State.cbTransferSize = cbTransferHeuristics; 550 550 pStreamShared->State.cbTransferChunk = cbTransferHeuristics; 551 ASSERT_GUEST_LOGREL_MSG(DrvAudioHlp BytesIsAligned(cbTransferHeuristics, &pStreamR3->State.Mapping.PCMProps),551 ASSERT_GUEST_LOGREL_MSG(DrvAudioHlpIsBytesAligned(cbTransferHeuristics, &pStreamR3->State.Mapping.PCMProps), 552 552 ("We arrived at a misaligned transfer size for stream #%RU8: %#x (%u)\n", 553 553 uSD, cbTransferHeuristics, cbTransferHeuristics));
Note:
See TracChangeset
for help on using the changeset viewer.