Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc5739d6 authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge "Effects: sets mVolumeControlEffect" into main am: 4bf946a2

parents e52a44c4 4bf946a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2570,6 +2570,7 @@ bool EffectChain::setVolume_l(uint32_t *left, uint32_t *right, bool force)
            uint32_t rightZero = 0;
            volumeControlEffect->setVolume(&leftZero, &rightZero, true /*controller*/);
        }
        mVolumeControlEffect = volumeControlEffect;
    }
    mLeftVolume = newLeft;
    mRightVolume = newRight;