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

Commit d27368f7 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Fix regression in FastMixer statistics"

parents 3b35cb77 bc6ae9bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -236,6 +236,7 @@ bool FastMixer::threadLoop()
                    sampleRate = Format_sampleRate(format);
                    ALOG_ASSERT(Format_channelCount(format) == FCC_2);
                }
                dumpState->mSampleRate = sampleRate;
            }

            if ((!Format_isEqual(format, previousFormat)) || (frameCount != previous->mFrameCount)) {