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

Commit a494e82c authored by Andy Hung's avatar Andy Hung
Browse files

Enable extended precision PCM output in AudioFlinger

Change-Id: I7c0907c7b2369681975d8ea0192b722d7ed7a867
parent 2e8863b3
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 = 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) {