Changeset 82602 in vbox
- Timestamp:
- Dec 17, 2019 5:06:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixer.cpp
r82598 r82602 1550 1550 rc = pStream->pConn->pfnEnable(pStream->pConn, PDMAUDIODIR_IN, true /* Enable */); 1551 1551 if (RT_SUCCESS(rc)) 1552 {1553 1552 pSink->In.pStreamRecSource = pStream; 1554 } 1555 else if (pSink->In.pStreamRecSource->pConn) /* Stay with the current recording source (if any) and re-enable it. */ 1553 else if (pSink->In.pStreamRecSource) /* Stay with the current recording source (if any) and re-enable it. */ 1556 1554 { 1557 1555 const PPDMIAUDIOCONNECTOR pConn = pSink->In.pStreamRecSource->pConn;
Note:
See TracChangeset
for help on using the changeset viewer.