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

Commit 13e4126f authored by llololo's avatar llololo
Browse files

Update mixer path to support to parse array of integer type

Add id attribute into the control ADCx Capture Volume.

Bug: 185443843
Test: Audio function simple tests.
Change-Id: If64a7fe36bfd0c23d3aa22b5750d32adcca3fdd6
parent 3b3f2462
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>