mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 05:34:34 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user