diff --git a/audio/tegu/aidl_config/mixer_paths_aidl.xml b/audio/tegu/aidl_config/mixer_paths_aidl.xml
index c6c45f8..99a1acb 100644
--- a/audio/tegu/aidl_config/mixer_paths_aidl.xml
+++ b/audio/tegu/aidl_config/mixer_paths_aidl.xml
@@ -57,6 +57,8 @@
+
+
@@ -837,6 +839,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1376,7 +1390,6 @@
-
diff --git a/thermal/thermal_info_config_tegu.json b/thermal/thermal_info_config_tegu.json
index bd38ccc..16b2d91 100644
--- a/thermal/thermal_info_config_tegu.json
+++ b/thermal/thermal_info_config_tegu.json
@@ -218,7 +218,7 @@
"Formula":"MAXIMUM",
"Combination":["VIRTUAL-SKIN-LEGACY"],
"Coefficient":[1.0],
- "HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 52.0, 55.0],
+ "HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 52.0, 60.0],
"HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9],
"Multiplier":0.001,
"SendCallback":true,
@@ -240,7 +240,7 @@
"Formula":"MAXIMUM",
"Combination":["VIRTUAL-SKIN"],
"Coefficient":[1.0],
- "HotThreshold":["NAN", 37.0, 43.0, 45.0, 46.5, 52.0, 55.0],
+ "HotThreshold":["NAN", 37.0, 43.0, 45.0, 46.5, 52.0, 60.0],
"HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9],
"Multiplier":0.001,
"SendPowerHint":true,
@@ -866,6 +866,27 @@
"PollingDelay":300000,
"PassiveDelay":7000
},
+ {
+ "Name":"VSKIN-SKIN-OVER-52",
+ "Type":"UNKNOWN",
+ "VirtualSensor":true,
+ "TriggerSensor": ["north_therm", "rfpa_therm", "soc_therm", "charging_therm", "disp_therm", "quiet_therm", "usb_pwr_therm"],
+ "Formula":"COUNT_THRESHOLD",
+ "Combination":["VIRTUAL-SKIN"],
+ "Coefficient":[-52000],
+ "Multiplier":1
+ },
+ {
+ "Name":"QUIET_THERM-MODEL-DIFF-DURING-MODEL-OVER-52",
+ "Type":"UNKNOWN",
+ "VirtualSensor":true,
+ "Formula":"WEIGHTED_AVG",
+ "Combination":["quiet_therm", "VIRTUAL-SKIN", -1000000],
+ "CombinationType":["SENSOR", "SENSOR", "CONSTANT"],
+ "Coefficient":[1, -1, "VSKIN-SKIN-OVER-52"],
+ "CoefficientType":["CONSTANT", "CONSTANT", "SENSOR"],
+ "Multiplier":0.001
+ },
{
"Name":"LITTLE",
"Type":"CPU",
@@ -1012,6 +1033,10 @@
"Name": "VIRTUAL-SKIN-SUB-4",
"Thresholds": [41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 75]
},
+ {
+ "Name": "QUIET_THERM-MODEL-DIFF-DURING-MODEL-OVER-52",
+ "Thresholds": [-200, -30, -25, -20, -15, -10, -5, 0, 5, 10, 15, 20, 25, 30, 35, 40]
+ },
{
"Name": "VIRTUAL-SKIN-MODEL-LEGACY-DIFF",
"LoggingName": "MODEL-LEGACY-1",
@@ -1027,6 +1052,10 @@
{
"Monitor": ["VIRTUAL-SKIN-MODEL"],
"TempRange": [-20.0, 55.0]
+ },
+ {
+ "Monitor": ["quiet_therm"],
+ "TempRange": [-20.0, 55.0]
}
]
}
@@ -1038,4 +1067,4 @@
}
}
}
-}
+}
\ No newline at end of file