audio: update speaker fw and bins
Change list: L10 proto 1.1 tuning with 0520 FIR filter Test: manual Bug: 223513454 Signed-off-by: Yung Ti Su <andysu@google.com> Change-Id: Iad5c01a9e2593abe764e9e996073783127b60a8a
This commit is contained in:
parent
c3ea2b16cf
commit
8a2868771d
7 changed files with 41 additions and 1 deletions
|
@ -105,6 +105,12 @@
|
||||||
<ctl name="ASP TX4 Source" value="Zero" />
|
<ctl name="ASP TX4 Source" value="Zero" />
|
||||||
<ctl name="R ASP TX4 Source" value="Zero" />
|
<ctl name="R ASP TX4 Source" value="Zero" />
|
||||||
|
|
||||||
|
<!-- Cirrus fast switch init -->
|
||||||
|
<ctl name="Fast Use Case Switch Enable" value="0" />
|
||||||
|
<ctl name="Fast Use Case Delta File" value="fast_switch5.txt" />
|
||||||
|
<ctl name="R Fast Use Case Switch Enable" value="0" />
|
||||||
|
<ctl name="R Fast Use Case Delta File" value="fast_switch5.txt" />
|
||||||
|
|
||||||
<!-- default EP volume -->
|
<!-- default EP volume -->
|
||||||
<ctl name="PCM Playback Switch" value="1"/>
|
<ctl name="PCM Playback Switch" value="1"/>
|
||||||
<ctl name="PCM Playback Volume" value="10"/>
|
<ctl name="PCM Playback Volume" value="10"/>
|
||||||
|
@ -624,12 +630,36 @@
|
||||||
<ctl name="R Main AMP Enable Switch" value="1"/>
|
<ctl name="R Main AMP Enable Switch" value="1"/>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
<path name="speaker-post">
|
||||||
|
<!-- load Bypass FIR -->
|
||||||
|
<ctl name="Fast Use Case Delta File" value="fast_switch3.txt" />
|
||||||
|
<ctl name="Fast Use Case Switch Enable" value="1" />
|
||||||
|
<ctl name="R Fast Use Case Delta File" value="fast_switch4.txt" />
|
||||||
|
<ctl name="R Fast Use Case Switch Enable" value="1" />
|
||||||
|
</path>
|
||||||
|
|
||||||
<path name="voice-speaker">
|
<path name="voice-speaker">
|
||||||
<ctl name="R Boost Peak Current Limit" value="3.50A"/>
|
<ctl name="R Boost Peak Current Limit" value="3.50A"/>
|
||||||
|
<ctl name="Boost Peak Current Limit" value="3.50A"/>
|
||||||
<ctl name="ASPTX1 Slot Position" value="1"/>
|
<ctl name="ASPTX1 Slot Position" value="1"/>
|
||||||
<ctl name="R ASPTX1 Slot Position" value="0"/>
|
<ctl name="R ASPTX1 Slot Position" value="0"/>
|
||||||
<ctl name="R DSP RX2 Source" value="ASPRX2"/>
|
|
||||||
<ctl name="R Main AMP Enable Switch" value="1"/>
|
<ctl name="R Main AMP Enable Switch" value="1"/>
|
||||||
|
<ctl name="Main AMP Enable Switch" value="1"/>
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="voice-speaker-post">
|
||||||
|
<!-- load Enable FIR -->
|
||||||
|
<ctl name="Fast Use Case Delta File" value="fast_switch1.txt" />
|
||||||
|
<ctl name="Fast Use Case Switch Enable" value="1" />
|
||||||
|
<ctl name="R Fast Use Case Delta File" value="fast_switch2.txt" />
|
||||||
|
<ctl name="R Fast Use Case Switch Enable" value="1" />
|
||||||
|
<ctl name="Digital PCM Volume" value="800"/>
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="voice-dual-speaker">
|
||||||
|
<!-- Speaker Separation -->
|
||||||
|
<path name="voice-speaker" />
|
||||||
|
<path name="voice-speaker-post" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="speaker-safe">
|
<path name="speaker-safe">
|
||||||
|
@ -637,6 +667,12 @@
|
||||||
<ctl name="R Main AMP Enable Switch" value="1"/>
|
<ctl name="R Main AMP Enable Switch" value="1"/>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
<path name="speaker-safe-post">
|
||||||
|
<!-- load Bypass FIR -->
|
||||||
|
<ctl name="R Fast Use Case Delta File" value="fast_switch4.txt" />
|
||||||
|
<ctl name="R Fast Use Case Switch Enable" value="1" />
|
||||||
|
</path>
|
||||||
|
|
||||||
<path name="usb-tty-full">
|
<path name="usb-tty-full">
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
1
audio/lynx/cs35l41/fw/fast_switch1.txt
Normal file
1
audio/lynx/cs35l41/fw/fast_switch1.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
11,4,768,1236,353840,65536,2229536,1,7,0,256012610
|
1
audio/lynx/cs35l41/fw/fast_switch2.txt
Normal file
1
audio/lynx/cs35l41/fw/fast_switch2.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
11,4,768,1236,353840,69632,2229536,1,7,0,469781064
|
1
audio/lynx/cs35l41/fw/fast_switch3.txt
Normal file
1
audio/lynx/cs35l41/fw/fast_switch3.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
11,4,768,1236,353840,65536,2229536,1,7,4194304,-12894649
|
1
audio/lynx/cs35l41/fw/fast_switch4.txt
Normal file
1
audio/lynx/cs35l41/fw/fast_switch4.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
11,4,768,1236,353840,69632,2229536,1,7,4194304,-327613107
|
Loading…
Reference in a new issue