summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-23 15:30:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-23 15:30:42 +0000
commitad7345c0d3c4e3562a70ad89d797f7473c7be57a (patch)
treef52441979e6aebf9b1b618bc7f7b7c665f78a5b7 /services
parentd34ed0f51697623456ddbca10ef9ccf5367ce952 (diff)
parentd198b85a163330b03e7507c9e8bfeb5f4d958a6c (diff)
downloadframeworks_av-ad7345c0d3c4e3562a70ad89d797f7473c7be57a.zip
frameworks_av-ad7345c0d3c4e3562a70ad89d797f7473c7be57a.tar.gz
frameworks_av-ad7345c0d3c4e3562a70ad89d797f7473c7be57a.tar.bz2
Merge "Fix typos"
Diffstat (limited to 'services')
-rw-r--r--services/audioflinger/Threads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/Threads.cpp b/services/audioflinger/Threads.cpp
index 9881764..d0b825c 100644
--- a/services/audioflinger/Threads.cpp
+++ b/services/audioflinger/Threads.cpp
@@ -5208,7 +5208,7 @@ AudioFlinger::RecordThread::RecordThread(const sp<AudioFlinger>& audioFlinger,
}
if (initFastCapture) {
- // create a Pipe for FastMixer to write to, and for us and fast tracks to read from
+ // create a Pipe for FastCapture to write to, and for us and fast tracks to read from
NBAIO_Format format = mInputSource->format();
size_t pipeFramesP2 = roundup(mSampleRate / 25); // double-buffering of 20 ms each
size_t pipeSize = pipeFramesP2 * Format_frameSize(format);