- Timestamp:
- Aug 8, 2018 11:48:33 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r73558 r73559 2320 2320 if (!pThis->In.fEnabled) 2321 2321 { 2322 RT_BZERO(pvBuf, cbBuf); 2322 /* If the stream is not enabled, return silence. */ 2323 DrvAudioHlpClearBuf(&pStream->Guest.Cfg.Props, pvBuf, cbBuf, 2324 PDMAUDIOPCMPROPS_B2F(&pStream->Guest.Cfg.Props, cbBuf)); 2323 2325 cbReadTotal = cbBuf; 2324 2326 break;
Note:
See TracChangeset
for help on using the changeset viewer.