Merge "audio: add default value for hac amp control" into main

This commit is contained in:
Carter Hsu 2024-01-04 02:45:46 +00:00 committed by Android (Google) Code Review
commit 5a2ecce48b
3 changed files with 9 additions and 0 deletions

View file

@ -114,6 +114,9 @@
<ctl name="R Fast Use Case Switch Enable" value="0" />
<ctl name="R Fast Use Case Delta File" value="fast_switch5.txt" />
<!-- HAC Max Amp switch init -->
<ctl name="HAC AMP EN" value="0"/>
<!-- default EP volume -->
<ctl name="PCM Playback Switch" value="1"/>
<ctl name="PCM Playback Volume" value="10"/>

View file

@ -114,6 +114,9 @@
<ctl name="R Fast Use Case Switch Enable" value="0" />
<ctl name="R Fast Use Case Delta File" value="fast_switch5.txt" />
<!-- HAC Max Amp switch init -->
<ctl name="HAC AMP EN" value="0"/>
<!-- default EP volume -->
<ctl name="PCM Playback Switch" value="1"/>
<ctl name="PCM Playback Volume" value="10"/>

View file

@ -114,6 +114,9 @@
<ctl name="R Fast Use Case Switch Enable" value="0" />
<ctl name="R Fast Use Case Delta File" value="fast_switch5.txt" />
<!-- HAC Max Amp switch init -->
<ctl name="HAC AMP EN" value="0"/>
<!-- default EP volume -->
<ctl name="PCM Playback Switch" value="1"/>
<ctl name="PCM Playback Volume" value="10"/>