Update mixer path to support to parse array of integer type

Add id attribute into the control ADCx Capture Volume.

Bug: 185443843
Test: Audio function simple tests.
Change-Id: If64a7fe36bfd0c23d3aa22b5750d32adcca3fdd6
This commit is contained in:
llololo
2021-04-22 05:00:18 +00:00
parent 3b3f24621f
commit 13e4126f3f

View File

@@ -259,15 +259,14 @@
</path>
<path name="listen-ape-handset-mic">
<ctl name="ADC1 Capture Volume" value="23" />
<ctl name="ADC2 Capture Volume" value="23" />
<ctl name="ADC1 Capture Volume" id="0" value="23" />
<ctl name="PRI_TDM_TX_0 Channels" value="One" />
<ctl name="Sto1 ADC MIXL BargeIn DMIC Switch" value="1" />
</path>
<path name="listen-ape-handset-dmic">
<ctl name="ADC1 Capture Volume" value="23"/>
<ctl name="ADC2 Capture Volume" value="23"/>
<ctl name="ADC1 Capture Volume" id="0" value="23"/>
<ctl name="ADC2 Capture Volume" id="1" value="23"/>
<ctl name="PRI TDM TX Channel Offset" id="0" value="0"/>
<ctl name="PRI TDM TX Channel Offset" id="1" value="12"/>
<ctl name="PRI_TDM_TX_0 Channels" value="Two"/>
@@ -276,8 +275,9 @@
</path>
<path name="listen-ape-handset-tmic">
<ctl name="ADC1 Capture Volume" value="23" />
<ctl name="ADC2 Capture Volume" value="23" />
<ctl name="ADC1 Capture Volume" id="0" value="23" />
<ctl name="ADC2 Capture Volume" id="0" value="23" />
<ctl name="ADC2 Capture Volume" id="1" value="23" />
<ctl name="PRI_TDM_TX_0 Channels" value="Three" />
</path>