summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2014-07-09 17:47:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-09 14:43:38 +0000
commit91848a568e6ef4d6b214b81d3f82b6d49d00ffb6 (patch)
treea0a7b6eed932db5dea13b02daaf658e9c9fbf793 /services
parentf16a9a0b4469d65e2f13d9a940a5e358ba1f6b80 (diff)
parenta494e82c3c73508b4d3cfe89e9134de94e12fd31 (diff)
downloadframeworks_av-91848a568e6ef4d6b214b81d3f82b6d49d00ffb6.zip
frameworks_av-91848a568e6ef4d6b214b81d3f82b6d49d00ffb6.tar.gz
frameworks_av-91848a568e6ef4d6b214b81d3f82b6d49d00ffb6.tar.bz2
Merge "Enable extended precision PCM output in AudioFlinger"
Diffstat (limited to 'services')
-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) {