From 19efcc629db9366a2c665478a0a48265ea807a12 Mon Sep 17 00:00:00 2001 From: Poomarin Phloyphisut Date: Sun, 10 Sep 2023 15:53:28 +0000 Subject: [PATCH 1/2] [USB Audio AIDL] Fix wrong capture path on mixer_paths.xml Bug: 299388175 Test: Local Test Change-Id: I99ce22a3a1e8f408b13c4668288ecb8c63f2a575 --- audio/cheetah/aidl_config/mixer_paths_aidl.xml | 2 +- audio/panther/aidl_config/mixer_paths_aidl.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/cheetah/aidl_config/mixer_paths_aidl.xml b/audio/cheetah/aidl_config/mixer_paths_aidl.xml index 06a2ebf..bb9574b 100644 --- a/audio/cheetah/aidl_config/mixer_paths_aidl.xml +++ b/audio/cheetah/aidl_config/mixer_paths_aidl.xml @@ -858,7 +858,7 @@ - + diff --git a/audio/panther/aidl_config/mixer_paths_aidl.xml b/audio/panther/aidl_config/mixer_paths_aidl.xml index 06a2ebf..bb9574b 100644 --- a/audio/panther/aidl_config/mixer_paths_aidl.xml +++ b/audio/panther/aidl_config/mixer_paths_aidl.xml @@ -858,7 +858,7 @@ - + From e7d2892eb34e4134336049b75ffe927229cc149b Mon Sep 17 00:00:00 2001 From: Patty Huang Date: Mon, 4 Sep 2023 11:02:00 +0800 Subject: [PATCH 2/2] Disable 32k dual mic support on P22 project As the BT chip is not able to support 32k dual mic, disable 32k dual mic support on the P22 project Bug: 298603883 Test: Ensure 32k dual mic config will not be selected Change-Id: Ie515ef546ccad4c2cfc73bc17e6930f20ec36450 --- device-cheetah.mk | 4 ++++ device-panther.mk | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/device-cheetah.mk b/device-cheetah.mk index faf1597..ab0cf94 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -200,6 +200,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.leaudio.notify.idle.during.call=true +# BT controller not able to support LE Audio dual mic SWB call +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.leaudio.dual_bidirection_swb.supported=false + # LE Auido Offload Capabilities setting PRODUCT_COPY_FILES += \ device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml diff --git a/device-panther.mk b/device-panther.mk index 8f7fffa..2149fff 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -172,6 +172,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.leaudio.notify.idle.during.call=true +# BT controller not able to support LE Audio dual mic SWB call +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.leaudio.dual_bidirection_swb.supported=false + # LE Auido Offload Capabilities setting PRODUCT_COPY_FILES += \ device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml