From a494e82c3c73508b4d3cfe89e9134de94e12fd31 Mon Sep 17 00:00:00 2001 From: Andy Hung Date: Tue, 8 Jul 2014 18:09:40 -0700 Subject: Enable extended precision PCM output in AudioFlinger Change-Id: I7c0907c7b2369681975d8ea0192b722d7ed7a867 --- services/audioflinger/AudioFlinger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/audioflinger/AudioFlinger.h') 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) { -- cgit v1.1