audio: enable battery mitigation

Bug: 330302105
Test: manual test
Change-Id: Id042e4c0d7f69d38b41a39d131e77f5b96c23c68
Signed-off-by: samou <samou@google.com>
This commit is contained in:
samou 2024-01-30 06:31:06 +00:00 committed by Sam Ou
parent e40d721148
commit c7cfb7002b

View file

@ -20,6 +20,12 @@
<argument name="Name" value="BCL_AUDIO_BAACL" />
<argument name="Strategy" value="MediaSpeakerAndScreenOn" />
</feature>
<feature name="BatteryMitigation">
<argument name="TargetDigitalVolume" value="809" />
<argument name="PcmRampMs" value="15ms" />
<argument name="ThrottleDurationMs" value="3000" />
<argument name="ThrottleMitigationLevel" value="LIGHT" />
</feature>
<feature name="PlaybackThermalThrottle">
<argument name="PollWaitMs" value="20000" />
<argument name="ThermistorName" value="VIRTUAL-SKIN-SPEAKER" />