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

Commit 39e00dc8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "configs: msmnile: Add mixer path for voice speaker stereo" into audio-hal.lnx.5.0

parents 0e4474c7 1b5b2cf2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1832,6 +1832,10 @@
        <ctl name="SLIM0_RX_VI_FB_LCH_MUX" value="SLIM4_TX" />
    </path>

    <path name="voice-speaker-stereo-protected">
        <path name="speaker-protected" />
    </path>

    <path name="voice-speaker-2-protected">
        <ctl name="AIF4_VI Mixer SPKR_VI_2" value="1" />
        <ctl name="SLIM_4_TX Format" value="PACKED_16B" />
@@ -1971,6 +1975,10 @@
        <path name="speaker-mono" />
    </path>

    <path name="voice-speaker-stereo">
        <path name="speaker" />
    </path>

    <path name="voice-speaker-qrd">
        <path name="speaker-mono-2" />
    </path>
+8 −0
Original line number Diff line number Diff line
@@ -1941,6 +1941,10 @@
        <ctl name="SLIM0_RX_VI_FB_LCH_MUX" value="SLIM4_TX" />
    </path>

    <path name="voice-speaker-stereo-protected">
        <path name="speaker-protected" />
    </path>

    <path name="voice-speaker-2-protected">
        <ctl name="AIF4_VI Mixer SPKR_VI_2" value="1" />
        <ctl name="SLIM_4_TX Format" value="PACKED_16B" />
@@ -2113,6 +2117,10 @@
        <path name="speaker-mono" />
    </path>

    <path name="voice-speaker-stereo">
        <path name="speaker" />
    </path>

    <path name="voice-speaker-qrd">
        <path name="speaker-mono-2" />
    </path>
+4 −0
Original line number Diff line number Diff line
@@ -227,6 +227,10 @@ vendor.audio.adm.buffering.ms=2
PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.enable.mirrorlink=false

#enable voicecall speaker stereo
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.audio.voicecall.speaker.stereo=true

# for HIDL related packages
PRODUCT_PACKAGES += \
    android.hardware.audio@2.0-service \