From 6e2dd401a37fa7def3b99e05f07cd4bf82fd8ddb Mon Sep 17 00:00:00 2001 From: Carter Hsu Date: Fri, 22 Apr 2022 14:07:22 +0800 Subject: [PATCH 1/2] audio: adjust the digitial gain for speaker-mic add mic gain on path "speaker-mic" from 0 to 22 Bug: 228224014 Test: audio record Signed-off-by: Carter Hsu Change-Id: I0decedeb7f622b33b88b8b63061c95da6c52cfc9 --- audio/bluejay/config/mixer_paths.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/bluejay/config/mixer_paths.xml b/audio/bluejay/config/mixer_paths.xml index 4d4b1f3..57e261b 100644 --- a/audio/bluejay/config/mixer_paths.xml +++ b/audio/bluejay/config/mixer_paths.xml @@ -667,7 +667,7 @@ - + From b0e9848db4adbc0692b8de8d7464a16c3f007f94 Mon Sep 17 00:00:00 2001 From: chungkai Date: Fri, 22 Apr 2022 16:08:56 +0000 Subject: [PATCH 2/2] powerhal: update new boost uclamp value To avoid task being placed into little cluster, and keep same freq for middle cluster, increase the uclamp min to 129, Bug: 224649226 Test: freq is same as before Signed-off-by: chungkai Change-Id: I0e0c7617e4a50968ec18df164ee9388d7f0a4b66 --- powerhint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerhint.json b/powerhint.json index 2dc1abc..2e117c5 100644 --- a/powerhint.json +++ b/powerhint.json @@ -143,7 +143,7 @@ "Path": "/proc/vendor_sched/ta_uclamp_min", "Values": [ "553", - "126", + "129", "1", "55" ], @@ -1194,7 +1194,7 @@ "PowerHint": "BOOST_60HZ", "Node": "TAUClampBoost", "Duration": 200, - "Value": "126" + "Value": "129" }, { "PowerHint": "DISPLAY_IDLE",