summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-04-07 21:53:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-04-07 21:53:53 +0000
commitd27368f7d28813f7dad37fc31940c822df80e68e (patch)
treebd399041c8861034441256fbbfcd122b07972c53 /services/audioflinger
parent3b35cb7736afb963e3941710d61c2c9849d35007 (diff)
parentbc6ae9bd4ee93e91e212ad35be038f21797ef31e (diff)
downloadframeworks_av-d27368f7d28813f7dad37fc31940c822df80e68e.zip
frameworks_av-d27368f7d28813f7dad37fc31940c822df80e68e.tar.gz
frameworks_av-d27368f7d28813f7dad37fc31940c822df80e68e.tar.bz2
Merge "Fix regression in FastMixer statistics"
Diffstat (limited to 'services/audioflinger')
-rw-r--r--services/audioflinger/FastMixer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/FastMixer.cpp b/services/audioflinger/FastMixer.cpp
index adb4aca..ca0d65e 100644
--- a/services/audioflinger/FastMixer.cpp
+++ b/services/audioflinger/FastMixer.cpp
@@ -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)) {