summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorWayne Lo <llololo@google.com>2021-04-26 02:02:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-04-26 02:02:02 +0000
commit3605a8a251cf7d050450dd57e62a5d0b83c6f95e (patch)
tree1763ff8692afc94e2feae86e6a6b2f74000ec5e8 /audio
parent4f911c1b426d4f1e289a5ca00c0826c138d53baf (diff)
parent73335e1654a5e10829e5dde98a653de353f035e3 (diff)
downloadbramble-3605a8a251cf7d050450dd57e62a5d0b83c6f95e.tar.gz
Merge "Update mixer path to support to parse array of integer type" into sc-dev
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>