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

Commit a7ac3a0d authored by Bruno Martins's avatar Bruno Martins
Browse files

Merge tag 'LA.UM.9.3.r1-01500-sdm845.0' of...

Merge tag 'LA.UM.9.3.r1-01500-sdm845.0' of https://source.codeaurora.org/quic/la/platform/hardware/qcom/audio into lineage-18.1-caf-sdm845

"LA.UM.9.3.r1-01500-sdm845.0"

* tag 'LA.UM.9.3.r1-01500-sdm845.0' of https://source.codeaurora.org/quic/la/platform/hardware/qcom/audio:
  configs : add usb_surround_sound input profile for usb capture
  audio-hal: fix a2dp mute issue
  hal: sampling rate mismatch during a2dp+spk combo usecase.
  hal: route use cases properly to SCO device when it arrives
  hal: don't mute stream with combo device during a2dpsuspended
  hal: switch to current active device when a2dp suspended
  AHAL: raise the priority for configuration of voip usecase
  hal: re-route VOIP TX path for enabling correct VOIP EC port
  hal: deadlock with pause and SSR for compressed offload
  hal: notify input/output streams of snd card status upon request
  hal: mute stream and switch to speaker during a2dp suspend
  hal: fix trailing sound heard during a2dp codec switch
  AHAL: setting 4 channel mapping info for proxy device
  HAL: Modified condition to avoid audio Tx path for legacy targets
  configs: Remove reset value for ADC MUX
  hal: re-enable voice call if disable during device switch

Change-Id: I9c3e22c02c66d92efad414f8cdd07e9287151b21
parents 1291ace2 ea7d72e9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -341,7 +341,6 @@
    <ctl name="TX_CDC_DMA_TX_3 Channels" value="One" />
    <ctl name="MultiMedia1 Mixer TX_CDC_DMA_TX_3" value="0" />
    <ctl name="ADC2_MIXER Switch" value="0" />
    <ctl name="ADC2 MUX" value="ZERO" />
    <ctl name="DEC0_BCS Switch" value="0" />
    <ctl name="TX_AIF1_CAP Mixer DEC0" value="0" />
    <ctl name="TX_AIF1_CAP Mixer DEC1" value="0" />
+0 −3
Original line number Diff line number Diff line
@@ -335,11 +335,8 @@
    <ctl name="TX_CDC_DMA_TX_3 Channels" value="One" />
    <ctl name="MultiMedia1 Mixer TX_CDC_DMA_TX_3" value="0" />
    <ctl name="ADC1_MIXER Switch" value="0" />
    <ctl name="ADC1 MUX" value="ZERO" />
    <ctl name="ADC2_MIXER Switch" value="0" />
    <ctl name="ADC2 MUX" value="ZERO" />
    <ctl name="ADC3_MIXER Switch" value="0" />
    <ctl name="ADC3 MUX" value="ZERO" />
    <ctl name="DEC0_BCS Switch" value="0" />
    <ctl name="TX_AIF1_CAP Mixer DEC0" value="0" />
    <ctl name="TX_AIF1_CAP Mixer DEC1" value="0" />
+0 −1
Original line number Diff line number Diff line
@@ -323,7 +323,6 @@
    <ctl name="DEC0_BCS Switch" value="0" />
    <ctl name="MultiMedia1 Mixer TX_CDC_DMA_TX_3" value="0" />
    <ctl name="ADC2_MIXER Switch" value="0" />
    <ctl name="ADC2 MUX" value="ZERO" />
    <ctl name="TX_AIF1_CAP Mixer DEC0" value="0" />
    <ctl name="TX_AIF1_CAP Mixer DEC1" value="0" />
    <ctl name="TX_AIF1_CAP Mixer DEC2" value="0" />
+0 −1
Original line number Diff line number Diff line
@@ -324,7 +324,6 @@
    <ctl name="DEC0_BCS Switch" value="0" />
    <ctl name="MultiMedia1 Mixer TX_CDC_DMA_TX_3" value="0" />
    <ctl name="ADC2_MIXER Switch" value="0" />
    <ctl name="ADC2 MUX" value="ZERO" />
    <ctl name="TX_AIF1_CAP Mixer DEC0" value="0" />
    <ctl name="TX_AIF1_CAP Mixer DEC1" value="0" />
    <ctl name="TX_AIF1_CAP Mixer DEC2" value="0" />
+0 −1
Original line number Diff line number Diff line
@@ -340,7 +340,6 @@
    <ctl name="TX_CDC_DMA_TX_3 Channels" value="One" />
    <ctl name="MultiMedia1 Mixer TX_CDC_DMA_TX_3" value="0" />
    <ctl name="ADC2_MIXER Switch" value="0" />
    <ctl name="ADC2 MUX" value="ZERO" />
    <ctl name="DEC0_BCS Switch" value="0" />
    <ctl name="TX_AIF1_CAP Mixer DEC0" value="0" />
    <ctl name="TX_AIF1_CAP Mixer DEC1" value="0" />
Loading