Changeset 89611 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jun 10, 2021 11:04:30 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHda.cpp
r89563 r89611 4183 4183 cbTotal += bd.u32BufSize; 4184 4184 } 4185 pHlp->pfnPrintf(pHlp, " Total: %#RX64 bytes (%RU64), % ums\n", cbTotal, cbTotal,4185 pHlp->pfnPrintf(pHlp, " Total: %#RX64 bytes (%RU64), %RU64 ms\n", cbTotal, cbTotal, 4186 4186 PDMAudioPropsBytesToMilli(pGuestProps, (uint32_t)cbTotal)); 4187 4187 if (cbTotal != u32CBL) … … 4232 4232 4233 4233 /** 4234 * @callback_method_impl{FNDBGFHANDLERDEV, hdabdl e}4234 * @callback_method_impl{FNDBGFHANDLERDEV, hdabdl} 4235 4235 */ 4236 4236 static DECLCALLBACK(void) hdaR3DbgInfoBDL(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs)
Note:
See TracChangeset
for help on using the changeset viewer.