Snap for 11967230 from bd74564d02
to 25D4-release
Change-Id: I5b18eaecf1f3890f27341f96767acf82a3048956
This commit is contained in:
commit
41ea3baf25
2 changed files with 46 additions and 4 deletions
|
@ -57,6 +57,8 @@
|
|||
<ctl name="TAS25XX CODEC PROFILE" value="default"/>
|
||||
<ctl name="TAS25XX EM LEFT" value="NG_ME_ON"/>
|
||||
<ctl name="TAS25XX EM RIGHT" value="NG_ME_ON"/>
|
||||
<ctl name="TAS25XX BOOST CURRENT LEFT" value="25" />
|
||||
<ctl name="TAS25XX BOOST CURRENT RIGHT" value="25" />
|
||||
|
||||
<!-- HAC Max Amp switch init -->
|
||||
<ctl name="HAC AMP EN" value="0" />
|
||||
|
@ -837,6 +839,18 @@
|
|||
<ctl name="BT_RX Mixer EP4" value="1" />
|
||||
</path>
|
||||
|
||||
<path name="spatializer-offload-playback-0 -> bluetooth-sco-default">
|
||||
<path name="spatializer-offload-playback -> bt" />
|
||||
</path>
|
||||
|
||||
<path name="spatializer-offload-playback-0 -> bluetooth-sco-headset">
|
||||
<path name="spatializer-offload-playback -> bt" />
|
||||
</path>
|
||||
|
||||
<path name="spatializer-offload-playback-0 -> bluetooth-sco-car-kit">
|
||||
<path name="spatializer-offload-playback -> bt" />
|
||||
</path>
|
||||
|
||||
<path name="spatializer-offload-playback-0 -> bluetooth-a2dp-device">
|
||||
<path name="spatializer-offload-playback -> bt" />
|
||||
</path>
|
||||
|
@ -1376,7 +1390,6 @@
|
|||
</path>
|
||||
|
||||
<path name="adapted-earpiece">
|
||||
<ctl name="Digital PCM Volume" value="817" />
|
||||
</path>
|
||||
<path name="adapted-earpiece-battery-throttled">
|
||||
<path name="adapted-earpiece" />
|
||||
|
|
|
@ -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 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue