From 2d3d55dffdb2cf69d2a19098a152b99712155cc8 Mon Sep 17 00:00:00 2001 From: Demon000 Date: Thu, 16 Jul 2020 22:16:34 +0300 Subject: [PATCH] sm6250-common: import audio policy configuration From https://source.codeaurora.org/quic/la/platform/hardware/qcom/audio/plain/configs/atoll/audio_policy_configuration.xml?h=LA.UM.8.9.r1-09600-SM6xx.0. --- audio/audio_policy_configuration.xml | 432 +++++++++++++++++++++++++++ common.mk | 4 + 2 files changed, 436 insertions(+) create mode 100644 audio/audio_policy_configuration.xml diff --git a/audio/audio_policy_configuration.xml b/audio/audio_policy_configuration.xml new file mode 100644 index 0000000..b5621b7 --- /dev/null +++ b/audio/audio_policy_configuration.xml @@ -0,0 +1,432 @@ + + + + + + + + + + + + + + + + + Earpiece + Speaker + Telephony Tx + Built-In Mic + Built-In Back Mic + FM Tuner + Telephony Rx + + Speaker + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/common.mk b/common.mk index e6f4dcb..0ef101e 100644 --- a/common.mk +++ b/common.mk @@ -23,6 +23,10 @@ PRODUCT_PACKAGES += \ # API PRODUCT_SHIPPING_API_LEVEL := 29 +# Audio +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/audio_policy_configuration.xml + # AVB PRODUCT_PACKAGES += \ q-gsi.avbpubkey \