VirtualBox

Changeset 82602 in vbox


Ignore:
Timestamp:
Dec 17, 2019 5:06:29 AM (5 years ago)
Author:
vboxsync
Message:

AudioMixer: Attempt to fix another regression from r135459. bugref:9625

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioMixer.cpp

    r82598 r82602  
    15501550            rc = pStream->pConn->pfnEnable(pStream->pConn, PDMAUDIODIR_IN, true /* Enable */);
    15511551            if (RT_SUCCESS(rc))
    1552             {
    15531552                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. */
    15561554            {
    15571555                const PPDMIAUDIOCONNECTOR pConn = pSink->In.pStreamRecSource->pConn;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette