Changeset 73572 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Aug 8, 2018 4:10:51 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostNullAudio.cpp
r73370 r73572 162 162 RT_NOREF(pInterface, pStream); 163 163 164 PNULLAUDIOSTREAM pStreamNull = (PNULLAUDIOSTREAM)pStream; 165 164 166 /* Return silence. */ 165 RT_BZERO(pvBuf, cxBuf); 167 Assert(pStreamNull->pCfg); 168 DrvAudioHlpClearBuf(&pStreamNull->pCfg->Props, pvBuf, cxBuf, PDMAUDIOPCMPROPS_B2F(&pStreamNull->pCfg->Props, cxBuf)); 166 169 167 170 if (pcxRead)
Note:
See TracChangeset
for help on using the changeset viewer.