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

Commit 854f7091 authored by Aditya Bavanari's avatar Aditya Bavanari
Browse files

configs: scuba: Remove ULP mode in scuba target

As rouleur codec doesn't support ULP mode in headphone
path, remove the ULP power mode and set the default
mode to LoHIFI mode.

Change-Id: Ibe0eb309319cb6a3012165f9df007afd2329956e
parent 290d89ab
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -381,6 +381,7 @@

    <!-- Headphone class-H mode -->
    <ctl name="RX HPH Mode" value="CLS_AB" />
    <ctl name="RX_HPH_PWR_MODE" value="LOHIFI" />

    <!-- IIR/voice anc -->
    <ctl name="IIR0 Band1" id ="0" value="268435456" />
@@ -2622,13 +2623,9 @@
    </path>

    <path name="hph-highquality-mode">
        <ctl name="RX_HPH_PWR_MODE" value="LOHIFI" />
        <ctl name="RX HPH Mode" value="CLS_H_LOHIFI" />
    </path>

    <path name="hph-lowpower-mode">
        <ctl name="RX_HPH_PWR_MODE" value="ULP" />
        <ctl name="RX HPH Mode" value="CLS_H_ULP" />
    </path>

    <path name="hph-class-ab-mode">
+1 −4
Original line number Diff line number Diff line
@@ -365,6 +365,7 @@

    <!-- Headphone class-H mode  -->
    <ctl name="RX HPH Mode" value="CLS_AB" />
    <ctl name="RX_HPH_PWR_MODE" value="LOHIFI" />

    <!-- IIR/voice anc -->
    <ctl name="IIR0 Band1" id ="0" value="268435456" />
@@ -2599,13 +2600,9 @@
    </path>

    <path name="hph-highquality-mode">
        <ctl name="RX_HPH_PWR_MODE" value="LOHIFI" />
        <ctl name="RX HPH Mode" value="CLS_H_LOHIFI" />
    </path>

    <path name="hph-lowpower-mode">
        <ctl name="RX_HPH_PWR_MODE" value="ULP" />
        <ctl name="RX HPH Mode" value="CLS_H_ULP" />
    </path>

    <path name="hph-class-ab-mode">