summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorllololo <llololo@google.com>2021-04-22 05:00:18 +0000
committerllololo <llololo@google.com>2021-04-22 07:36:04 +0000
commit13e4126f3f17bcab94835a73575c239bf202b1eb (patch)
tree4a4c22da1309f46b48de84aeb7c7760aa9037639
parent3b3f24621f63c475b4b5765a8b276712be49a626 (diff)
downloadredfin-13e4126f3f17bcab94835a73575c239bf202b1eb.tar.gz
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
-rw-r--r--audio/sound_trigger_mixer_paths.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/sound_trigger_mixer_paths.xml b/audio/sound_trigger_mixer_paths.xml
index 94a9eb6..6c99e3a 100644
--- a/audio/sound_trigger_mixer_paths.xml
+++ b/audio/sound_trigger_mixer_paths.xml
@@ -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>