From c434ec876473ec21b7c00ea7890ae7d2f0c53f49 Mon Sep 17 00:00:00 2001 From: Jia-yi Chen Date: Mon, 11 Oct 2021 10:33:11 -0700 Subject: [PATCH 1/3] thermal: Update thermal config Change the CRITICAL setting of dc_icl in odpm-lo to 100mA. Bug: 202368734 Test: Boot & verify the actions via logcat Change-Id: Iec0850fe62ce841884ac9a2af9ee0aff77790223 --- thermal_info_config_raven.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermal_info_config_raven.json b/thermal_info_config_raven.json index b4b899a..c01ece3 100644 --- a/thermal_info_config_raven.json +++ b/thermal_info_config_raven.json @@ -435,7 +435,7 @@ "LimitInfo": [0, 1, 2, 3, 4, 4, 4], "BindedPowerRail": "POWER_FOR_CHARGING_THROTTLING", "PowerThreshold": [500, 500, 500, 500, 500, 0, 0], - "CdevFloorWithPowerLink": [0, 1, 2, 3, 4, 4, 4], + "CdevFloorWithPowerLink": [0, 1, 2, 3, 3, 4, 4], "ReleaseLogic": "RELEASE_TO_FLOOR", "ThrottlingWithPowerLink":true }, From 0bc1dc0ae1bfa959a7c16693affe4d1fa5773742 Mon Sep 17 00:00:00 2001 From: Jasmine Cha Date: Thu, 14 Oct 2021 14:17:00 +0800 Subject: [PATCH 2/3] audio: waves: support custom action identification Bug: 203029117 Test: build pass, LR mixed Signed-off-by: Jasmine Cha Change-Id: Ib1e95efb8ea94bd187be7b681b6a94d53e0c5ce1 --- audio/oriole/tuning/waves/waves_config.ini | 9 +++++++++ audio/raven/tuning/waves/waves_config.ini | 9 +++++++++ audio/slider/tuning/waves/waves_config.ini | 9 +++++++++ audio/whitefin/tuning/waves/waves_config.ini | 9 +++++++++ 4 files changed, 36 insertions(+) diff --git a/audio/oriole/tuning/waves/waves_config.ini b/audio/oriole/tuning/waves/waves_config.ini index 99b9604..ba12a8e 100644 --- a/audio/oriole/tuning/waves/waves_config.ini +++ b/audio/oriole/tuning/waves/waves_config.ini @@ -1,3 +1,12 @@ +######################################################################################################## +# (Optional) The supported features list for platform vendors to query from. +# Platform vendors should call maxxaudio_qdsp_is_feature_supported with a string to query from the list. +# This config has no effect in the MaxxAudioQdspHalController. It's only meaningful for platform vendors. +# Putting any value other than 1 would be equivalent to not supported. +######################################################################################################## +[HAL_SUPPORTED_FEATURES] +CUSTOM_ACTION_256=1 + ######################################################################################################## # This defined the options of supported sample rates. # This can be configured by Waves or platform vendor. diff --git a/audio/raven/tuning/waves/waves_config.ini b/audio/raven/tuning/waves/waves_config.ini index 99b9604..ba12a8e 100644 --- a/audio/raven/tuning/waves/waves_config.ini +++ b/audio/raven/tuning/waves/waves_config.ini @@ -1,3 +1,12 @@ +######################################################################################################## +# (Optional) The supported features list for platform vendors to query from. +# Platform vendors should call maxxaudio_qdsp_is_feature_supported with a string to query from the list. +# This config has no effect in the MaxxAudioQdspHalController. It's only meaningful for platform vendors. +# Putting any value other than 1 would be equivalent to not supported. +######################################################################################################## +[HAL_SUPPORTED_FEATURES] +CUSTOM_ACTION_256=1 + ######################################################################################################## # This defined the options of supported sample rates. # This can be configured by Waves or platform vendor. diff --git a/audio/slider/tuning/waves/waves_config.ini b/audio/slider/tuning/waves/waves_config.ini index 99b9604..ba12a8e 100644 --- a/audio/slider/tuning/waves/waves_config.ini +++ b/audio/slider/tuning/waves/waves_config.ini @@ -1,3 +1,12 @@ +######################################################################################################## +# (Optional) The supported features list for platform vendors to query from. +# Platform vendors should call maxxaudio_qdsp_is_feature_supported with a string to query from the list. +# This config has no effect in the MaxxAudioQdspHalController. It's only meaningful for platform vendors. +# Putting any value other than 1 would be equivalent to not supported. +######################################################################################################## +[HAL_SUPPORTED_FEATURES] +CUSTOM_ACTION_256=1 + ######################################################################################################## # This defined the options of supported sample rates. # This can be configured by Waves or platform vendor. diff --git a/audio/whitefin/tuning/waves/waves_config.ini b/audio/whitefin/tuning/waves/waves_config.ini index 99b9604..ba12a8e 100644 --- a/audio/whitefin/tuning/waves/waves_config.ini +++ b/audio/whitefin/tuning/waves/waves_config.ini @@ -1,3 +1,12 @@ +######################################################################################################## +# (Optional) The supported features list for platform vendors to query from. +# Platform vendors should call maxxaudio_qdsp_is_feature_supported with a string to query from the list. +# This config has no effect in the MaxxAudioQdspHalController. It's only meaningful for platform vendors. +# Putting any value other than 1 would be equivalent to not supported. +######################################################################################################## +[HAL_SUPPORTED_FEATURES] +CUSTOM_ACTION_256=1 + ######################################################################################################## # This defined the options of supported sample rates. # This can be configured by Waves or platform vendor. From 2c35c05408c08bf150377aca3621e086b402bbef Mon Sep 17 00:00:00 2001 From: Rios Kao Date: Mon, 23 Aug 2021 09:30:20 +0000 Subject: [PATCH 3/3] audio: add support for aec recording path [DO NOT MERGE] Add Audio Capture Eraser Enable to switch Eraser for recording path. For gain of this path, we shouldn't apply software gain, because the input source is from hotword pipeline. Test: build pass Bug: 172266161 Change-Id: I2546e25c8ba428681fd778491cd66dca66051305 --- audio/oriole/config/mixer_paths.xml | 15 +++++++++++++++ audio/raven/config/mixer_paths.xml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/audio/oriole/config/mixer_paths.xml b/audio/oriole/config/mixer_paths.xml index 4080c14..55d5252 100644 --- a/audio/oriole/config/mixer_paths.xml +++ b/audio/oriole/config/mixer_paths.xml @@ -231,6 +231,7 @@ + @@ -711,6 +712,20 @@ + + + + + + + + + + + + + + diff --git a/audio/raven/config/mixer_paths.xml b/audio/raven/config/mixer_paths.xml index 4080c14..55d5252 100644 --- a/audio/raven/config/mixer_paths.xml +++ b/audio/raven/config/mixer_paths.xml @@ -231,6 +231,7 @@ + @@ -711,6 +712,20 @@ + + + + + + + + + + + + + +