- Timestamp:
- Mar 5, 2021 4:12:18 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143083
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStream.cpp
r87970 r87975 483 483 PDMDevHlpPhysRead(pDevIns, u64BDLBase + i * sizeof(HDABDLEDESC), &bd, sizeof(bd)); 484 484 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)); 486 487 487 488 /* Position adjustment (still) needed / active? */
Note:
See TracChangeset
for help on using the changeset viewer.