From f5650be3470b6e6cef90d04f7111edf10f14f9c1 Mon Sep 17 00:00:00 2001 From: millerliang Date: Fri, 14 Oct 2022 22:09:03 +0800 Subject: [PATCH 1/2] audio: ajdust the latency for av sync Bug: 239764985 Test: Verify the AV sync result Signed-off-by: millerliang Change-Id: I3cc8087f6e81a0cb7368fc2df23d7e3aee6851f5 --- .../config/audio_platform_configuration.xml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/audio/lynx/config/audio_platform_configuration.xml b/audio/lynx/config/audio_platform_configuration.xml index 8e24187..4e19f23 100644 --- a/audio/lynx/config/audio_platform_configuration.xml +++ b/audio/lynx/config/audio_platform_configuration.xml @@ -215,20 +215,20 @@ - + - - - - - - - - - - + + + + + + + + + + From 396f97cf15661b6044d14062e52108649425588e Mon Sep 17 00:00:00 2001 From: David Chao Date: Thu, 13 Oct 2022 14:35:18 +0800 Subject: [PATCH 2/2] thermal: increase charging current on WLC charging throttling Increase cdev_ceiling on WLC: - MODERATE: from 10 (100mA) to 8 (250mA) Bug: 250938144 Test: boot to home and thermal throttling worked properly Change-Id: I978efc8e922e7c7100a3bd557f7d935174d632fd --- thermal_info_config_charge_lynx.json | 2 +- thermal_info_config_lynx.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal_info_config_charge_lynx.json b/thermal_info_config_charge_lynx.json index 27b74ca..73b1e7a 100644 --- a/thermal_info_config_charge_lynx.json +++ b/thermal_info_config_charge_lynx.json @@ -180,7 +180,7 @@ "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 1, "MaxThrottleStep": 1, - "CdevCeiling": [0, 5, 10, 11, 12, 12, 12], + "CdevCeiling": [0, 5, 8, 11, 12, 12, 12], "LimitInfo": [0, 0, 0, 0, 0, 12, 12] } ] diff --git a/thermal_info_config_lynx.json b/thermal_info_config_lynx.json index cb48e5a..3d9c538 100644 --- a/thermal_info_config_lynx.json +++ b/thermal_info_config_lynx.json @@ -280,7 +280,7 @@ "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 1, "MaxThrottleStep": 1, - "CdevCeiling": [0, 5, 10, 11, 12, 12, 12], + "CdevCeiling": [0, 5, 8, 11, 12, 12, 12], "LimitInfo": [0, 0, 0, 0, 0, 12, 12] } ]