summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2014-07-08 18:09:40 -0700
committerAndy Hung <hunga@google.com>2014-07-08 18:09:40 -0700
commita494e82c3c73508b4d3cfe89e9134de94e12fd31 (patch)
tree7e4cb804f1f0e1b2609d8c046d815a39a07cc760 /services/audioflinger/AudioFlinger.h
parent2e8863b31e987f9bb54e52645e03e75120863a2e (diff)
downloadframeworks_av-a494e82c3c73508b4d3cfe89e9134de94e12fd31.zip
frameworks_av-a494e82c3c73508b4d3cfe89e9134de94e12fd31.tar.gz
frameworks_av-a494e82c3c73508b4d3cfe89e9134de94e12fd31.tar.bz2
Enable extended precision PCM output in AudioFlinger
Change-Id: I7c0907c7b2369681975d8ea0192b722d7ed7a867
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 4df0921..be19554 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -327,7 +327,7 @@ private:
void purgeStaleEffects_l();
// Set kEnableExtendedPrecision to true to use extended precision in MixerThread
- static const bool kEnableExtendedPrecision = false;
+ static const bool kEnableExtendedPrecision = true;
// Returns true if format is permitted for the PCM sink in the MixerThread
static inline bool isValidPcmSinkFormat(audio_format_t format) {