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

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

am 75a5e7f1: am 318be3e7: Merge "Enable multichannel in AudioFlinger" into lmp-dev

* commit '75a5e7f1':
  Enable multichannel in AudioFlinger
parents ba0bb2a2 75a5e7f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -331,7 +331,7 @@ private:
    // Set kEnableExtendedChannels to true to enable greater than stereo output
    // for the MixerThread and device sink.  Number of channels allowed is
    // FCC_2 <= channels <= AudioMixer::MAX_NUM_CHANNELS.
    static const bool kEnableExtendedChannels = false;
    static const bool kEnableExtendedChannels = true;

    // Returns true if channel mask is permitted for the PCM sink in the MixerThread
    static inline bool isValidPcmSinkChannelMask(audio_channel_mask_t channelMask) {