mbox series

[GIT,PULL] ASoC fixes for v5.18-rc4

Message ID 20220428111823.D6F52C385A0@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v5.18-rc4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.18-rc4

Message

Mark Brown April 28, 2022, 11:18 a.m. UTC
The following changes since commit 5b933c7262c5b0ea11ea3c3b3ea81add04895954:

  firmware: cs_dsp: Fix overrun of unterminated control name string (2022-04-12 17:57:04 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.18-rc4

for you to fetch changes up to c61711c1c95791850be48dd65a1d72eb34ba719f:

  ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callback (2022-04-27 14:15:21 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.18

A larger collection of fixes than I'd like, mainly because mixer-test
is making it's way into the CI systems and turning up issues on a wider
range of systems.  The most substantial thing though is a revert and an
alternative fix for a dmaengine issue where the fix caused disruption
for some other configurations, the core fix is backed out an a driver
specific thing done instead.

----------------------------------------------------------------
Ajit Kumar Pandey (1):
      ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callback

ChiYuan Huang (1):
      ASoC: rt9120: Correct the reg 0x09 size to one byte

Codrin Ciubotariu (2):
      ASoC: atmel: mchp-pdmc: set prepare_slave_config
      ASoC: dmaengine: Restore NULL prepare_slave_config() callback

Mark Brown (8):
      ASoC: wm8958: Fix change notifications for DSP controls
      ASoC: da7219: Fix change notifications for tone generator frequency
      ASoC: meson: Fix event generation for AUI ACODEC mux
      ASoC: meson: Fix event generation for AUI CODEC mux
      ASoC: meson: Fix event generation for G12A tohdmi mux
      ASoC: max98090: Reject invalid values in custom control put()
      ASoC: max98090: Generate notifications on changes for custom control
      ASoC: ops: Validate input values in snd_soc_put_volsw_range()

Neil Armstrong (2):
      ASoC: meson: axg-tdm-interface: Fix formatters in trigger"
      ASoC: meson: axg-card: Fix nonatomic links

Olivier Moysan (1):
      ASoC: simple-card-utils: fix sysclk shutdown

Pierre-Louis Bossart (1):
      ASoC: soc-ops: fix error handling

 sound/soc/atmel/mchp-pdmc.c           |  1 +
 sound/soc/codecs/da7219.c             | 14 ++++++++++----
 sound/soc/codecs/max98090.c           |  5 ++++-
 sound/soc/codecs/rt9120.c             |  1 -
 sound/soc/codecs/wm8958-dsp2.c        |  8 ++++----
 sound/soc/generic/simple-card-utils.c |  2 +-
 sound/soc/meson/aiu-acodec-ctrl.c     |  2 +-
 sound/soc/meson/aiu-codec-ctrl.c      |  2 +-
 sound/soc/meson/axg-card.c            |  1 -
 sound/soc/meson/axg-tdm-interface.c   | 26 +++++---------------------
 sound/soc/meson/g12a-tohdmitx.c       |  2 +-
 sound/soc/soc-generic-dmaengine-pcm.c |  6 +++---
 sound/soc/soc-ops.c                   | 20 ++++++++++++++++++--
 sound/soc/sof/sof-pci-dev.c           |  5 +++++
 14 files changed, 54 insertions(+), 41 deletions(-)

Comments

Takashi Iwai May 8, 2022, 9:04 a.m. UTC | #1
On Thu, 28 Apr 2022 13:18:13 +0200,
Mark Brown wrote:
> 
> The following changes since commit 5b933c7262c5b0ea11ea3c3b3ea81add04895954:
> 
>   firmware: cs_dsp: Fix overrun of unterminated control name string (2022-04-12 17:57:04 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.18-rc4
> 
> for you to fetch changes up to c61711c1c95791850be48dd65a1d72eb34ba719f:
> 
>   ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callback (2022-04-27 14:15:21 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.18
> 
> A larger collection of fixes than I'd like, mainly because mixer-test
> is making it's way into the CI systems and turning up issues on a wider
> range of systems.  The most substantial thing though is a revert and an
> alternative fix for a dmaengine issue where the fix caused disruption
> for some other configurations, the core fix is backed out an a driver
> specific thing done instead.

Now merged.  Sorry for the delayed action, I've been off in the last
weeks.

I'm going to send a PR today, so that it'll be hopefully included in
rc6.


thanks,

Takashi -- slowly digesting