From d5c271e20caaf3d9cea4b5c87ec8c9968cafa76b Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sun, 7 Jul 2019 01:47:00 +0800 Subject: [PATCH] sdm710-common: Enable custom audio policy * AOSP one doesn't let us change volume when listening to surround audio stream. Signed-off-by: SamarV-121 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 43f352a..be4b2eb 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -32,6 +32,7 @@ TARGET_KERNEL_SOURCE := kernel/realme/sdm710 TARGET_KERNEL_ARCH := arm64 # Audio +USE_CUSTOM_AUDIO_POLICY := 1 USE_XML_AUDIO_POLICY_CONF := 1 AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true