mbox series

[GIT,PULL] ASoC fixes for v6.15-merge-window

Message ID fb75f883b177ba9e2505680fb1c45b9d.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.15-merge-window | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.15-merge-window

Message

Mark Brown April 2, 2025, 11:59 a.m. UTC
The following changes since commit 9ef52d529bb75071e03cf85078f724d69c4abe89:

  ASoC: SDCA: Correct handling of selected mode DisCo property (2025-03-21 15:45:25 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.15-merge-window

for you to fetch changes up to 93d34608fd162f725172e780b1c60cc93a920719:

  ASoC: imx-card: Add NULL check in imx_card_probe() (2025-04-01 17:01:10 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.15

A relatively large set of fixes that came in since the release, mostly
for Qualcomm platforms.  The biggest block of fixes is the set from
Srini which fixes various quality and glitching issues on AudioReach
systems.

----------------------------------------------------------------
Alexey Klimov (1):
      ASoC: qdsp6: q6asm-dai: fix q6asm_dai_compr_set_params error path

Christophe JAILLET (1):
      ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe()

Dan Carpenter (1):
      ASoC: sma1307: Fix error handling in sma1307_setting_loaded()

Henry Martin (1):
      ASoC: imx-card: Add NULL check in imx_card_probe()

Krzysztof Kozlowski (2):
      ASoC: codecs: wsa883x: Correct VI sense channel mask
      ASoC: codecs: wsa884x: Correct VI sense channel mask

Mark Brown (2):
      ASoC: codecs: wsa88xx: Correct VI sense channel mask
      ASoC: q6apm: fix under runs and fragment sizes

Peter Ujfalusi (1):
      ASoC: SOF: hda/ptl: Move mic privacy change notification sending to a work

Richard Fitzgerald (1):
      firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success

Srinivas Kandagatla (5):
      ASoC: q6apm-dai: schedule all available frames to avoid dsp under-runs
      ASoC: q6apm: add q6apm_get_hw_pointer helper
      ASoC: qdsp6: q6apm-dai: set 10 ms period and buffer alignment.
      ASoC: qdsp6: q6apm-dai: fix capture pipeline overruns.
      ASoC: q6apm-dai: make use of q6apm_get_hw_pointer

 drivers/firmware/cirrus/cs_dsp.c |  2 ++
 sound/soc/codecs/rt5665.c        | 24 +++-------------
 sound/soc/codecs/sma1307.c       | 11 ++------
 sound/soc/codecs/wsa883x.c       |  2 +-
 sound/soc/codecs/wsa884x.c       |  2 +-
 sound/soc/fsl/imx-card.c         |  4 +++
 sound/soc/qcom/qdsp6/q6apm-dai.c | 60 +++++++++++++++++++++-------------------
 sound/soc/qcom/qdsp6/q6apm.c     | 18 +++++++++++-
 sound/soc/qcom/qdsp6/q6apm.h     |  3 ++
 sound/soc/qcom/qdsp6/q6asm-dai.c | 19 +++++++++----
 sound/soc/sof/intel/hda-dsp.c    |  8 ++++++
 sound/soc/sof/intel/hda.c        |  4 +++
 sound/soc/sof/intel/hda.h        |  8 ++++++
 sound/soc/sof/intel/ptl.c        | 33 +++++++++++++++++++---
 14 files changed, 128 insertions(+), 70 deletions(-)

Comments

Takashi Iwai April 2, 2025, 12:26 p.m. UTC | #1
On Wed, 02 Apr 2025 13:59:36 +0200,
Mark Brown wrote:
> 
> The following changes since commit 9ef52d529bb75071e03cf85078f724d69c4abe89:
> 
>   ASoC: SDCA: Correct handling of selected mode DisCo property (2025-03-21 15:45:25 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.15-merge-window
> 
> for you to fetch changes up to 93d34608fd162f725172e780b1c60cc93a920719:
> 
>   ASoC: imx-card: Add NULL check in imx_card_probe() (2025-04-01 17:01:10 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.15
> 
> A relatively large set of fixes that came in since the release, mostly
> for Qualcomm platforms.  The biggest block of fixes is the set from
> Srini which fixes various quality and glitching issues on AudioReach
> systems.

Thanks, pulled now.


Takashi