[GIT PULL] sound fixes for 5.18-rc6

From: Takashi Iwai
Date: Sun May 08 2022 - 05:10:31 EST


Linus,

please pull sound fixes for v5.18-rc6 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.18-rc6

The topmost commit is ac02e3cd5ab9407dcf926df2a1085c13881ccf7a

----------------------------------------------------------------

sound fixes for 5.18-rc6

It became slightly larger as I've been off in the last weeks.
The majority of changes at this PR is about ASoC, the fixes for
dmaengine and for for addressing issues reported by CI, as well as
other device-specific small fixes. Also, the fixes for FireWire
core stack and the usual HD-audio quirks are included.

----------------------------------------------------------------

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

Andy Chi (1):
ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops

Chengfeng Ye (1):
firewire: fix potential uaf in outbound_phy_packet_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

Hui Wang (1):
ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec

Jakob Koschel (1):
firewire: remove check of list iterator against head past the loop body

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

Niels Dossche (1):
firewire: core: extend card->lock in fw_core_handle_bus_reset

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

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

Takashi Sakamoto (1):
ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes

Zihao Wang (1):
ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers

---
drivers/firewire/core-card.c | 3 +++
drivers/firewire/core-cdev.c | 4 +++-
drivers/firewire/core-topology.c | 9 +++------
drivers/firewire/core-transaction.c | 30 ++++++++++++++++--------------
drivers/firewire/sbp2.c | 13 +++++++------
sound/firewire/fireworks/fireworks_hwdep.c | 1 +
sound/pci/hda/patch_realtek.c | 15 +++++++++------
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 +++++
21 files changed, 96 insertions(+), 74 deletions(-)