Skip to content

Commit

Permalink
Use bottom microphone for input to sound trigger use cases.
Browse files Browse the repository at this point in the history
Test: Dumped audio from walleye/taimen to check it was using the bottom
mic.

Change-Id: Icc3f616719267033fd43ce69dfeb5824a7052524
  • Loading branch information
thorntonc committed Apr 30, 2017
1 parent 1f03943 commit a854730
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sound_trigger_mixer_paths_wcd9340.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</path>

<path name="listen-cpe-handset-mic">
<ctl name="MAD Input" value="DMIC2" />
<ctl name="MAD Input" value="DMIC1" />
<ctl name="MAD_SEL MUX" value="SPE" />
<ctl name="MAD_INP MUX" value="MAD" />
<ctl name="MAD_CPE1 Switch" value="1" />
Expand All @@ -101,19 +101,19 @@
<ctl name="CLK MODE" value="INTERNAL" />
<ctl name="EC BUF MUX INP" value="DEC1" />
<ctl name="ADC MUX1" value="DMIC" />
<ctl name="DMIC MUX1" value="DMIC2" />
<ctl name="DMIC MUX1" value="DMIC1" />
</path>

<!-- path name used for low bandwidth FTRT codec interface -->
<path name="listen-cpe-handset-mic low-speed-intf">
<ctl name="MADONOFF Switch" value="1" />
<ctl name="AIF4_MAD Mixer SLIM TX12" value="1" />
<ctl name="MAD Input" value="DMIC2" />
<ctl name="MAD Input" value="DMIC1" />
<ctl name="CPE AFE MAD Enable" value="1"/>
</path>

<path name="listen-ape-handset-mic">
<ctl name="MAD Input" value="DMIC2" />
<ctl name="MAD Input" value="DMIC1" />
<ctl name="MAD_SEL MUX" value="MSM" />
<ctl name="MAD_INP MUX" value="MAD" />
<ctl name="MAD_BROADCAST Switch" value="1" />
Expand Down

0 comments on commit a854730

Please sign in to comment.