Skip to content

Commit

Permalink
angler: Fix the sound trigger handset device
Browse files Browse the repository at this point in the history
Change to use ADC1 instead of DMIC1 for listen handset device.

Bug: 21903252
Change-Id: I66efd6296a198edfe709c307146375c1db2d62a8
  • Loading branch information
Mekala Natarajan authored and Ed Tam committed Jun 25, 2015
1 parent a90c5be commit 3f34e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound_trigger_mixer_paths.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<ctl name="LSM8 MUX" value="None" />
<ctl name="SLIMBUS_5_TX LSM Function" value="None" />
<ctl name="MADONOFF Switch" value="0" />
<ctl name="MAD Input" value="DMIC1" />
<ctl name="MAD Input" value="ADC1" />

<path name="listen-voice-wakeup-1">
<ctl name="LSM1 MUX" value="SLIMBUS_5_TX" />
Expand Down Expand Up @@ -76,7 +76,7 @@

<path name="listen-handset-mic">
<ctl name="MADONOFF Switch" value="1" />
<ctl name="MAD Input" value="DMIC1" />
<ctl name="MAD Input" value="ADC1" />
</path>

</mixer>

0 comments on commit 3f34e4e

Please sign in to comment.