From dbb08fba7ba9e1c643f792a432f425c5da3621e8 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Fri, 10 Nov 2017 13:58:56 +0100 Subject: [PATCH] msm8976-common: Enable sound monitor audio feature --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0ce76ce..cfa24d1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -79,6 +79,7 @@ AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true AUDIO_FEATURE_ENABLED_RECORD_PLAY_CONCURRENCY := true +AUDIO_FEATURE_ENABLED_SND_MONITOR := true AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true AUDIO_FEATURE_ENABLED_SPKR_PROTECTION := true AUDIO_FEATURE_ENABLED_VBAT_MONITOR := true