Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c6c597a authored by llololo's avatar llololo Committed by Wayne Lo
Browse files

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
parent 79b17903
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -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>