summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2014-07-29 23:53:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-29 21:36:00 +0000
commit318be3e7d245aea99efa194a16002395b609ab90 (patch)
tree5c390913d27d9cd5a9da253af37e74f1a10664eb /services/audioflinger/AudioFlinger.h
parent8b685b9e56cc207d44b08d124148e7d752ef2241 (diff)
parentb1ee3954153e9c40280f68d278526ca43c31fdcf (diff)
downloadframeworks_av-318be3e7d245aea99efa194a16002395b609ab90.zip
frameworks_av-318be3e7d245aea99efa194a16002395b609ab90.tar.gz
frameworks_av-318be3e7d245aea99efa194a16002395b609ab90.tar.bz2
Merge "Enable multichannel in AudioFlinger" into lmp-dev
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index 731d3da..31c5a1a 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) {