diff options
author | Andy Hung <hunga@google.com> | 2014-07-17 21:20:57 +0000 |
---|---|---|
committer | Andy Hung <hunga@google.com> | 2014-07-17 21:20:57 +0000 |
commit | 7025b5bf189092015df97b0952d33ee76db165c7 (patch) | |
tree | e1949909bf8f1253526793d3ba6ef3a3aa6f27d8 | |
parent | ce83432a922e55d68625aad854f8f6520db395bc (diff) | |
download | frameworks_av-7025b5bf189092015df97b0952d33ee76db165c7.zip frameworks_av-7025b5bf189092015df97b0952d33ee76db165c7.tar.gz frameworks_av-7025b5bf189092015df97b0952d33ee76db165c7.tar.bz2 |
Revert "Revert "Enable extended precision PCM output in AudioFlinger""
This reverts commit ce83432a922e55d68625aad854f8f6520db395bc.
Change-Id: I2d005bfe091beef810c9ddfb53e308fa0e47b355
-rw-r--r-- | services/audioflinger/AudioFlinger.h | 2 |
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) { |