Changeset 82252 in vbox for trunk/src/VBox/Devices/Audio/DrvHostValidationKit.cpp
- Timestamp:
- Nov 27, 2019 9:31:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostValidationKit.cpp
r76553 r82252 180 180 size_t cch; 181 181 char szTimingInfo[128]; 182 cch = RTStrPrintf(szTimingInfo, sizeof(szTimingInfo), "# % dHz %dch %dbit\n",183 pCfgReq->Props.uHz, pCfgReq->Props.cChannels, pCfgReq->Props.c Bytes* 8);182 cch = RTStrPrintf(szTimingInfo, sizeof(szTimingInfo), "# %uHz %uch %ubit\n", 183 pCfgReq->Props.uHz, pCfgReq->Props.cChannels, pCfgReq->Props.cbSample * 8); 184 184 185 185 RTFileWrite(pStreamDbg->hFileTiming, szTimingInfo, cch, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.