summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorllololo <llololo@google.com>2021-04-22 05:01:52 +0000
committerllololo <llololo@google.com>2021-04-22 07:39:34 +0000
commit73335e1654a5e10829e5dde98a653de353f035e3 (patch)
treecf200a0747562b36819b673a8838af73c053a456 /audio
parent2476ed27265db2923a15b759e8efcd8fa09f44b8 (diff)
downloadbramble-73335e1654a5e10829e5dde98a653de353f035e3.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: I1a6a3099ef38c9a2ff6b58474067fdb9e0f2456e
Diffstat (limited to 'audio')
-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 5bfd5a7..bb3cff2 100644
--- a/audio/sound_trigger_mixer_paths.xml
+++ b/audio/sound_trigger_mixer_paths.xml
@@ -256,23 +256,23 @@
</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="0" value="23"/>
<ctl name="PRI_TDM_TX_0 Channels" value="Two"/>
<ctl name="Sto1 ADC MIXL BargeIn DMIC Switch" value="1" />
<ctl name="Sto2 ADC MIXL BargeIn DMIC Switch" value="1" />
</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>