From 0dc1c35080d2a95fb8c2f8ab47a811837bd2ca0a Mon Sep 17 00:00:00 2001 From: Rashed Abdel-Tawab Date: Fri, 21 Sep 2018 09:52:42 -0700 Subject: [PATCH] sdm660-common: Enable incall music audio@4.0 supports this Change-Id: I5ff23aa036462726d0ecd22d11d9d126008f5f30 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 60a03cc4..514dcd5e 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_FEATURE_ENABLED_INCALL_MUSIC := true AUDIO_DISABLE_SWAP_CHANNELS := true TARGET_USES_QCOM_MM_AUDIO := true AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true