diff options
author | Andy Hung <hunga@google.com> | 2014-07-28 16:28:06 -0700 |
---|---|---|
committer | Andy Hung <hunga@google.com> | 2014-07-28 16:28:06 -0700 |
commit | b1ee3954153e9c40280f68d278526ca43c31fdcf (patch) | |
tree | 508023ffd2ea5af10131b4896c543e413069195c /services | |
parent | 9a60538b9ee2b097770dcd378281b31f4218ae56 (diff) | |
download | frameworks_av-b1ee3954153e9c40280f68d278526ca43c31fdcf.zip frameworks_av-b1ee3954153e9c40280f68d278526ca43c31fdcf.tar.gz frameworks_av-b1ee3954153e9c40280f68d278526ca43c31fdcf.tar.bz2 |
Enable multichannel in AudioFlinger
Change-Id: Ibdbdc6ea0b87cdcd15432257a3455b11b3ce14b7
Diffstat (limited to 'services')
-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 ab4c567..cc16f7b 100644 --- a/services/audioflinger/AudioFlinger.h +++ b/services/audioflinger/AudioFlinger.h @@ -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) { |