VirtualBox

Changeset 87975 in vbox for trunk


Ignore:
Timestamp:
Mar 5, 2021 4:12:18 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143083
Message:

DevHDA: Fixed incorrect LogRel2 statement (%R[bdle] is for HDABDLE rather than HDABDLEDESC. bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/HDAStream.cpp

    r87970 r87975  
    483483            PDMDevHlpPhysRead(pDevIns, u64BDLBase + i * sizeof(HDABDLEDESC), &bd, sizeof(bd));
    484484
    485             LogRel2(("HDA: Stream #%RU8 BDLE #%RU8: %R[bdle]\n", uSD, i, &bd));
     485            LogRel2(("HDA: Stream #%RU8 BDLE%03u: %#RX64 LB %#x %s (%#x)\n", uSD, i,
     486                     bd.u64BufAddr, bd.u32BufSize, bd.fFlags & HDA_BDLE_F_IOC ? " IOC=1" : "", bd.fFlags));
    486487
    487488            /* Position adjustment (still) needed / active? */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette