Changeset 88022 in vbox for trunk/src/VBox/Devices/Audio/DrvHostNullAudio.cpp
- Timestamp:
- Mar 8, 2021 5:50:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostNullAudio.cpp
r82968 r88022 168 168 /* Return silence. */ 169 169 Assert(pStreamNull->pCfg); 170 DrvAudioHlpClearBuf(&pStreamNull->pCfg->Props, pvBuf, uBufSize, PDMAUDIOPCMPROPS_B2F(&pStreamNull->pCfg->Props, uBufSize));170 PDMAudioPropsClearBuffer(&pStreamNull->pCfg->Props, pvBuf, uBufSize, PDMAUDIOPCMPROPS_B2F(&pStreamNull->pCfg->Props, uBufSize)); 171 171 172 172 if (puRead)
Note:
See TracChangeset
for help on using the changeset viewer.