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

Commit 7bf2384b 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: I1a89b2ff828221670d7056fc3b41bf8cf0594729
parents fc455c1a 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>