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

Commit ac4b6540 authored by Wayne Lo's avatar Wayne Lo Committed by Automerger Merge Worker
Browse files

Merge "Update mixer path to support to parse array of integer type" into sc-dev am: 4d4f1a45

Original change: https://googleplex-android-review.googlesource.com/c/device/google/redfin/+/14271730

Change-Id: I1e5704f338bc94ca3bb311b765b97098f28c0f3b
parents 96796686 4d4f1a45
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -259,15 +259,14 @@
    </path>

    <path name="listen-ape-handset-mic">
        <ctl name="ADC1 Capture Volume" value="23" />
        <ctl name="ADC2 Capture Volume" value="23" />
        <ctl name="ADC1 Capture Volume" id="0" value="23" />
        <ctl name="PRI_TDM_TX_0 Channels" value="One" />
        <ctl name="Sto1 ADC MIXL BargeIn DMIC Switch" value="1" />
    </path>

    <path name="listen-ape-handset-dmic">
        <ctl name="ADC1 Capture Volume" value="23"/>
        <ctl name="ADC2 Capture Volume" value="23"/>
        <ctl name="ADC1 Capture Volume" id="0" value="23"/>
        <ctl name="ADC2 Capture Volume" id="1" value="23"/>
        <ctl name="PRI TDM TX Channel Offset" id="0" value="0"/>
        <ctl name="PRI TDM TX Channel Offset" id="1" value="12"/>
        <ctl name="PRI_TDM_TX_0 Channels" value="Two"/>
@@ -276,8 +275,9 @@
    </path>

    <path name="listen-ape-handset-tmic">
        <ctl name="ADC1 Capture Volume" value="23" />
        <ctl name="ADC2 Capture Volume" value="23" />
        <ctl name="ADC1 Capture Volume" id="0" value="23" />
        <ctl name="ADC2 Capture Volume" id="0" value="23" />
        <ctl name="ADC2 Capture Volume" id="1" value="23" />
        <ctl name="PRI_TDM_TX_0 Channels" value="Three" />
    </path>