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

Commit 2a93db89 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "frameworks/base: Fix for LPA volume sequence reversal" into ics

parents 63cd0463 128aa701
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -868,6 +868,8 @@ bool AudioFlinger::masterMute() const
#ifdef WITH_QCOM_LPA
status_t AudioFlinger::setSessionVolume(int stream, float left, float right)
{
    AutoMutex lock(mLock);

    mLPALeftVol  = left;
    mLPARightVol = right;
    if( (mLPAOutput != NULL) && (mLPAStreamType == stream) ) {