audio: update mixer paths table

Mixer Path:
Move the speaker-mic path to behind the speaker-dmic-endfire path.

Bug: 176338594
Test: Enable the live transcribe. Check the path switches to speaker-mic in logcat. The function live transcribe works.
Change-Id: Iffeed13a7557d6d0011a80583fd063ceee03c894
This commit is contained in:
llololo
2020-12-29 08:27:09 +00:00
committed by Wayne Lo
parent 79b17903bf
commit 2c6c597acf

View File

@@ -2046,10 +2046,6 @@
<ctl name="Voice Sidetone Enable" value="1" />
</path>
<path name="speaker-mic">
<path name="speaker-dmic-endfire" />
</path>
<path name="speaker-mic-liquid">
<path name="dmic5" />
</path>
@@ -2204,10 +2200,6 @@
<path name="speaker-vbat-mono-2" />
</path>
<path name="voice-speaker-mic">
<path name="speaker-mic" />
</path>
<path name="voice-headphones">
<path name="headphones" />
</path>
@@ -2420,6 +2412,14 @@
<path name="handset-dmic-endfire" />
</path>
<path name="speaker-mic">
<path name="speaker-dmic-endfire" />
</path>
<path name="voice-speaker-mic">
<path name="speaker-mic" />
</path>
<path name="speaker-stereo-dmic-ef-liquid">
<path name="speaker-dmic-endfire" />
</path>