From e903d18b6fc74ff5c3eaff42392c9ccaa26ccc30 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 6 Jul 2019 19:47:12 +0200 Subject: [PATCH] sdm845-common: Enable custom audio policy * AOSP one doesn't let us change volume when listening to surround audio stream. * Fixes : https://gitlab.com/LineageOS/issues/android/issues/904 Change-Id: Ic3cb04c6a61f3fb58180ef379a73f709087b64cc --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a081e73..fc94ec8 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -65,6 +65,7 @@ BOARD_VNDK_VERSION := current BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl" # Audio +USE_CUSTOM_AUDIO_POLICY := 1 USE_XML_AUDIO_POLICY_CONF := 1 # Charger