From ea7df9651edf90a37c234ab98f039b3d9057e1d9 Mon Sep 17 00:00:00 2001 From: Poomarin Phloyphisut Date: Sun, 10 Sep 2023 15:54:12 +0000 Subject: [PATCH 1/2] [USB Audio AIDL] Fix wrong capture path on mixer_paths.xml Bug: 299388175 Test: Local Test Change-Id: Ib71d73b5190375837a10f6f53b9f25d309b8f422 --- audio/felix/aidl_config/mixer_paths_aidl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/felix/aidl_config/mixer_paths_aidl.xml b/audio/felix/aidl_config/mixer_paths_aidl.xml index ca030da..f9881e2 100644 --- a/audio/felix/aidl_config/mixer_paths_aidl.xml +++ b/audio/felix/aidl_config/mixer_paths_aidl.xml @@ -878,7 +878,7 @@ - + From 9a3a1e6342e46d68bd0849ed04d9ad730f15a927 Mon Sep 17 00:00:00 2001 From: Patty Huang Date: Tue, 12 Sep 2023 12:02:28 +0800 Subject: [PATCH 2/2] Disable 32k dual mic support on F10 project As the BT chip is not able to support 32k dual mic, disable 32k dual mic support on the F10 project Bug: 300013598 Test: Ensure 32k dual mic config will not be selected Change-Id: I811707ade94a0529dae94e6038fad7639a86ad22 --- device-felix.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-felix.mk b/device-felix.mk index 7bc7487..ec38964 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -357,6 +357,10 @@ endif 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 Audio Offload Capabilities Setting PRODUCT_COPY_FILES += \ device/google/felix/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml