summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-02-21 23:13:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-21 23:13:58 +0000
commitd0e0cfa58a35508c14818b88804845194b5d80e1 (patch)
treec3e8e508c286de28d506fe80285ecde1f992d829 /services/audioflinger/AudioFlinger.h
parent3a005b3b19b750afe24577ae322aff4602ca2740 (diff)
parentf66b42242342017c26eb97de544dae31dd2537ca (diff)
downloadframeworks_av-d0e0cfa58a35508c14818b88804845194b5d80e1.zip
frameworks_av-d0e0cfa58a35508c14818b88804845194b5d80e1.tar.gz
frameworks_av-d0e0cfa58a35508c14818b88804845194b5d80e1.tar.bz2
Merge "Make tee sink work again"
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index c5b8d33..21d05d4 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -638,7 +638,7 @@ public:
// 0x200000 stereo 16-bit PCM frames = 47.5 seconds at 44.1 kHz, 8 megabytes
static const size_t kTeeSinkInputFramesDefault = 0x200000;
static const size_t kTeeSinkOutputFramesDefault = 0x200000;
- static const size_t kTeeSinkTrackFramesDefault = 0x1000;
+ static const size_t kTeeSinkTrackFramesDefault = 0x200000;
#endif
// This method reads from a variable without mLock, but the variable is updated under mLock. So