Skip to content

Commit

Permalink
land: audio: Swap handset mic inputs for dmic mode
Browse files Browse the repository at this point in the history
DEC1 (L): charger mic -> IR mic
DEC2 (R): IR mic -> charger mic

Sounds nicer this way.

Change-Id: I3f31ea1c7bf8f8dcd00f4e9e3db19f17482a222b
  • Loading branch information
nichcream committed Apr 16, 2018
1 parent 048ce78 commit 32d0799
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion audio/mixer_paths.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,12 @@
</path>

<path name="handset-stereo-dmic-ef">
<path name="speaker-dmic-endfire" />
<path name="adc3" />
<!-- +bug 196716,zhangjianming.wt,ADD,20160111,other can not reciving sound -->
<ctl name="ADC1 Volume" value="6" />
<!-- -bug 196716,zhangjianming.wt,ADD,20160111,other can not reciving sound -->
<ctl name="DEC2 MUX" value="ADC1" />
<ctl name="MI2S_TX Channels" value="Two" />
<ctl name="DEC1 Volume" value="96" />
<ctl name="DEC2 Volume" value="96" />
</path>
Expand Down

0 comments on commit 32d0799

Please sign in to comment.