VirtualBox

Changeset 89611 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Jun 10, 2021 11:04:30 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145055
Message:

DevHda: Debug info nits. bugref:9890

File:
1 edited

Legend:

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

    r89563 r89611  
    41834183        cbTotal += bd.u32BufSize;
    41844184    }
    4185     pHlp->pfnPrintf(pHlp, "  Total: %#RX64 bytes (%RU64), %u ms\n", cbTotal, cbTotal,
     4185    pHlp->pfnPrintf(pHlp, "  Total: %#RX64 bytes (%RU64), %RU64 ms\n", cbTotal, cbTotal,
    41864186                    PDMAudioPropsBytesToMilli(pGuestProps, (uint32_t)cbTotal));
    41874187    if (cbTotal != u32CBL)
     
    42324232
    42334233/**
    4234  * @callback_method_impl{FNDBGFHANDLERDEV, hdabdle}
     4234 * @callback_method_impl{FNDBGFHANDLERDEV, hdabdl}
    42354235 */
    42364236static DECLCALLBACK(void) hdaR3DbgInfoBDL(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs)
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