commit | 5c7ffaed6f04b844c2e4e2024bfb0203ac2233dd | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Thu Oct 31 22:29:50 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Oct 31 22:29:50 2013 +0000 |
tree | 71dac4a8045e2c0eca9dfbd341936f731ffa0a9b | |
parent | 3ff5792adfdbf67662a5f8064315a55690d53944 [diff] | |
parent | 2c3740f01acca69c3e0bcc5e01bb0edc51b6777f [diff] |
Merge "AudioFlinger: fix duplicating thread standby." into klp-dev
diff --git a/services/audioflinger/Threads.cpp b/services/audioflinger/Threads.cpp index 9d705f2..b81183c 100644 --- a/services/audioflinger/Threads.cpp +++ b/services/audioflinger/Threads.cpp
@@ -4239,6 +4239,7 @@ for (size_t i = 0; i < outputTracks.size(); i++) { outputTracks[i]->write(mMixBuffer, writeFrames); } + mStandby = false; return (ssize_t)mixBufferSize; }