From 1458db7674844d8288a52d908e31bf5f7d49b6ce Mon Sep 17 00:00:00 2001 From: Lokesh Kumar Goel Date: Thu, 29 Jun 2023 20:56:51 +0000 Subject: [PATCH 1/3] Update panther SVN to 27 Bug: 289414927 Change-Id: Ie26c777f0b7296d1d434d346e73504573f7882e4 --- device-panther.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-panther.mk b/device-panther.mk index 4518483..e0d2061 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -291,7 +291,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=26 + ro.vendor.build.svn=27 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From d1a42e4b42c37d3c3a27875889cdc1de6bb65b66 Mon Sep 17 00:00:00 2001 From: Jasmine Cha Date: Wed, 28 Jun 2023 14:41:30 +0800 Subject: [PATCH 2/3] audio: move controls for acoustic shock and battey throttle. Bug: 274373213 Test: manual voip test/ device, host test vendor.google.whitechapel.audio.hal.audio.tuner_device_tests vendor.google.whitechapel.audio.hal.audio.tuner_tests Change-Id: Ic21853be13de8553af29b12b8832449e0f5c427f Signed-off-by: Jasmine Cha --- .../cheetah/aidl_config/mixer_paths_aidl.xml | 61 ++++++++++++------ .../panther/aidl_config/mixer_paths_aidl.xml | 62 +++++++++++++------ 2 files changed, 85 insertions(+), 38 deletions(-) diff --git a/audio/cheetah/aidl_config/mixer_paths_aidl.xml b/audio/cheetah/aidl_config/mixer_paths_aidl.xml index 0ef9a13..d02969a 100644 --- a/audio/cheetah/aidl_config/mixer_paths_aidl.xml +++ b/audio/cheetah/aidl_config/mixer_paths_aidl.xml @@ -713,14 +713,12 @@ - - @@ -730,8 +728,6 @@ - - @@ -745,8 +741,6 @@ - - @@ -754,7 +748,6 @@ - @@ -909,38 +902,68 @@ - - + + + + + + + + + + - + + + - + + - + + - + + - + + - + + + - + + + + + + + + + - + + + + + + - + + - + diff --git a/audio/panther/aidl_config/mixer_paths_aidl.xml b/audio/panther/aidl_config/mixer_paths_aidl.xml index f2cb3ec..d02969a 100644 --- a/audio/panther/aidl_config/mixer_paths_aidl.xml +++ b/audio/panther/aidl_config/mixer_paths_aidl.xml @@ -713,14 +713,12 @@ - - @@ -730,8 +728,6 @@ - - @@ -745,8 +741,6 @@ - - @@ -754,7 +748,6 @@ - @@ -908,38 +901,69 @@ - - + + + + + + + + + + + - + + + - + + - + + - + + - + + - + + + - + + + + + + + + + - + + + + + + - + + - + From cab2f696b73dc762a4e55b36a3b6c3b04166c8fa Mon Sep 17 00:00:00 2001 From: Lokesh Kumar Goel Date: Thu, 29 Jun 2023 20:57:01 +0000 Subject: [PATCH 3/3] Update cheetah SVN to 27 Bug: 289414927 Change-Id: Ie89b86cf45ce9ca0c245161f2f23aa5287e94f86 --- device-cheetah.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index 28e4897..986b0e1 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -306,7 +306,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=26 + ro.vendor.build.svn=27 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \