From 493e5f418257d23efc1298d8c48e4f7c9421dce5 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 29 Dec 2022 16:43:13 +0000 Subject: [PATCH] dre: Only ship with disabled A2DP offload configuration A2DP hardware offload is broken since A13 QPR1 merge. Change-Id: Idca3373669e28a0afd627daa79ebb0254abb5c74 --- device.mk | 3 +-- vendor.prop | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/device.mk b/device.mk index 8f41636..460a2a7 100644 --- a/device.mk +++ b/device.mk @@ -107,8 +107,7 @@ PRODUCT_COPY_FILES += \ $(AUDIO_HAL_DIR)/configs/holi/sound_trigger_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths.xml \ $(AUDIO_HAL_DIR)/configs/holi/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_platform_info.xml \ $(LOCAL_PATH)/audio/audio_io_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_io_policy.conf \ - $(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/audio_policy_configuration.xml \ - $(LOCAL_PATH)/audio/audio_policy_configuration_a2dp_offload_disabled.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration_a2dp_offload_disabled.xml \ + $(LOCAL_PATH)/audio/audio_policy_configuration_a2dp_offload_disabled.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/audio_policy_configuration.xml \ $(LOCAL_PATH)/audio/bluetooth_hearing_aid_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_hearing_aid_audio_policy_configuration.xml \ $(LOCAL_PATH)/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml diff --git a/vendor.prop b/vendor.prop index f1753e4..57fc857 100644 --- a/vendor.prop +++ b/vendor.prop @@ -71,13 +71,13 @@ bluetooth.profile.pan.nap.enabled?=true bluetooth.profile.pan.panu.enabled?=true bluetooth.profile.pbap.server.enabled?=true bluetooth.profile.sap.server.enabled?=true -persist.bluetooth.a2dp_offload.disabled=false +#persist.bluetooth.a2dp_offload.disabled=false persist.vendor.bt.aac_frm_ctl.enabled=true persist.vendor.bt.aac_vbr_frm_ctl.enabled=true persist.vendor.qcom.bluetooth.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac-ldac persist.vendor.qcom.bluetooth.aac_frm_ctl.enabled=true persist.vendor.qcom.bluetooth.aptxadaptiver2_1_support=true -ro.bluetooth.a2dp_offload.supported=true +#ro.bluetooth.a2dp_offload.supported=true # Chipset ro.soc.manufacturer=Qualcomm