Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e19ea7d3 authored by Andy Hung's avatar Andy Hung Committed by Android Git Automerger
Browse files

am b84bc80c: Merge "Revert "Enable extended precision PCM output in AudioFlinger"" into lmp-dev

* commit 'b84bc80c':
  Revert "Enable extended precision PCM output in AudioFlinger"
parents b1250832 b84bc80c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ private:
    void                    purgeStaleEffects_l();

    // Set kEnableExtendedPrecision to true to use extended precision in MixerThread
    static const bool kEnableExtendedPrecision = true;
    static const bool kEnableExtendedPrecision = false;

    // Returns true if format is permitted for the PCM sink in the MixerThread
    static inline bool isValidPcmSinkFormat(audio_format_t format) {