Changeset 87994 in vbox for trunk/src/VBox/Devices/Audio/DrvHostValidationKit.cpp
- Timestamp:
- Mar 7, 2021 3:22:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostValidationKit.cpp
r82968 r87994 145 145 pStreamDbg->uSamplesSinceStarted = 0; 146 146 pStreamDbg->Out.tsLastPlayed = 0; 147 pStreamDbg->Out.cbPlayBuffer = DrvAudioHlpFramesToBytes( pCfgReq->Backend.cFramesBufferSize, &pCfgReq->Props);147 pStreamDbg->Out.cbPlayBuffer = DrvAudioHlpFramesToBytes(&pCfgReq->Props, pCfgReq->Backend.cFramesBufferSize); 148 148 pStreamDbg->Out.pu8PlayBuffer = (uint8_t *)RTMemAlloc(pStreamDbg->Out.cbPlayBuffer); 149 149 AssertReturn(pStreamDbg->Out.pu8PlayBuffer, VERR_NO_MEMORY);
Note:
See TracChangeset
for help on using the changeset viewer.