From 324484f8f220be607e1a5b1e4a97407a74968f11 Mon Sep 17 00:00:00 2001 From: srfarias Date: Fri, 15 Feb 2019 22:23:37 -0300 Subject: [PATCH] sdm660-comon: Disable swap channels Requires https://github.com/PixelExperience/hardware_qcom_audio-caf_msm8998/commit/2d8898c83d05c99f28bf9d87986c4bdb91923155 Signed-off-by: srfarias Co-authored-by: Henrique Silva --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index de898f22..60a03cc4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -111,6 +111,7 @@ AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true AUDIO_FEATURE_ENABLED_RAS := true AUDIO_FEATURE_ENABLED_SND_MONITOR := true AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false +AUDIO_DISABLE_SWAP_CHANNELS := true TARGET_USES_QCOM_MM_AUDIO := true AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true