Merge "Effects: Only retry stereo config for legacy playback effects" into pi-dev

gugelfrei
Andy Hung 6 years ago committed by Android (Google) Code Review
commit 7121c67c34

@ -591,6 +591,7 @@ status_t AudioFlinger::EffectModule::configure()
#ifdef MULTICHANNEL_EFFECT_CHAIN
if (status != NO_ERROR &&
thread->isOutput() &&
(mConfig.inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO
|| mConfig.outputCfg.channels != AUDIO_CHANNEL_OUT_STEREO)) {
// Older effects may require exact STEREO position mask.

Loading…
Cancel
Save