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

Commit 429bb055 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Promotion of audio-userspace.lnx.2.2-00036.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
2004228   Ie0b7612f3914f56e774ed6d1e95fa4c3e8f97c5e   configs: sdm660: Enable compander and HD2 for headphones
2007055   I6e8f8cf3a7ac2add03b34ef6e275e855b74a6ad5   configs: disable DTS TruMedia till it is upgraded to N
2009610   Ia61182e9fe2a02c790c1da20fe8aca182eba0182   configs: sdm660: Update the device for Source tracking
1111739   Icda8b0277e42dd99d7a015fc97982fabc787e171   configs: Use execution mode key for lsm usecase params
1081411   I9074a9468a765eda492c8c852ae37b0b2cfd9496   qahw: test: Send proxy device to hal to support playback

Change-Id: I2430761ab8822fe28b786a125cb4aa0e455d990a
CRs-Fixed: 1111739, 1081411, 2004228, 2007055, 2009610
parents 4bf32db6 3916bfe8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ AUDIO_FEATURE_ENABLED_APE_OFFLOAD := true
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
AUDIO_FEATURE_ENABLED_SSR := true
AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
BOARD_USES_SRS_TRUEMEDIA := true
BOARD_USES_SRS_TRUEMEDIA := false
DTS_CODEC_M_ := true
MM_AUDIO_ENABLED_SAFX := true
AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ AUDIO_FEATURE_ENABLED_APE_OFFLOAD := true
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
AUDIO_FEATURE_ENABLED_SSR := true
AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
BOARD_USES_SRS_TRUEMEDIA := true
BOARD_USES_SRS_TRUEMEDIA := false
DTS_CODEC_M_ := true
#AUDIO_FEATURE_ENABLED_MULTIPLE_TUNNEL := true
MM_AUDIO_ENABLED_SAFX := true
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
AUDIO_FEATURE_ENABLED_SSR := true
AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
BOARD_USES_SRS_TRUEMEDIA := true
BOARD_USES_SRS_TRUEMEDIA := false
DTS_CODEC_M_ := true
MM_AUDIO_ENABLED_SAFX := true
AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
+2 −2
Original line number Diff line number Diff line
@@ -31,8 +31,8 @@
    <interface_names>
        <device name="AUDIO_DEVICE_IN_BUILTIN_MIC" interface="SLIMBUS_0" codec_type="external"/>
        <device name="AUDIO_DEVICE_IN_BACK_MIC" interface="SLIMBUS_0" codec_type="external"/>
        <device name="AUDIO_DEVICE_IN_BUILTIN_MIC" interface="TERT_MI2S" codec_type="internal"/>
        <device name="AUDIO_DEVICE_IN_BACK_MIC" interface="TERT_MI2S" codec_type="internal"/>
        <device name="AUDIO_DEVICE_IN_BUILTIN_MIC" interface="INT3_MI2S" codec_type="internal"/>
        <device name="AUDIO_DEVICE_IN_BACK_MIC" interface="INT3_MI2S" codec_type="internal"/>
    </interface_names>
    <pcm_ids>
        <usecase name="USECASE_AUDIO_PLAYBACK_LOW_LATENCY" type="out" id="13"/>
+3 −0
Original line number Diff line number Diff line
@@ -1761,6 +1761,9 @@
        <ctl name="RX1 MIX1 INP1" value="RX1" />
        <ctl name="RX2 MIX1 INP1" value="RX2" />
        <ctl name="RDAC2 MUX" value="RX2" />
        <ctl name="RX HPH Mode" value="HD2" />
        <ctl name="COMP0 RX1" value="1" />
        <ctl name="COMP0 RX2" value="1" />
        <ctl name="HPHL" value="Switch" />
        <ctl name="HPHR" value="Switch" />
    </path>
Loading