[GIT PULL] sound fixes for 6.1-rc7

From: Takashi Iwai
Date: Fri Nov 25 2022 - 04:58:12 EST


Linus,

please pull sound fixes for v6.1-rc7 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.1-rc7

The topmost commit is ecae4c8954a1faba6fcc4fe6ec1680b3c4e393d1

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

sound fixes for 6.1-rc7

A few more last-minute fixes for 6.1 that have been gathered in the
last week; nothing looks too worrisome, mostly device-specific small
fixes, including the ABI fix for ASoC SOF.

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

Chancel Liu (1):
ASoC: wm8962: Wait for updated value of WM8962_CLOCKING1 register

Detlev Casanova (1):
ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on remove

Jiasheng Jiang (1):
ASoC: max98373: Add checks for devm_kcalloc

Junxiao Chang (1):
ASoC: hdac_hda: fix hda pcm buffer overflow issue

Kees Cook (1):
ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event

Olivier Moysan (1):
ASoC: stm32: i2s: remove irqf_oneshot flag

Pierre-Louis Bossart (1):
ASoC: SOF: dai: move AMD_HS to end of list to restore backwards-compatibility

Richard Fitzgerald (1):
ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()

Shuming Fan (1):
ASoC: rt711-sdca: fix the latency time of clock stop prepare state machine transitions

Srinivasa Rao Mandadapu (1):
ASoC: soc-pcm: Add NULL check in BE reparenting

---
include/sound/sof/dai.h | 2 +-
sound/core/seq/seq_memory.c | 11 +++++++----
sound/soc/codecs/hdac_hda.h | 4 ++--
sound/soc/codecs/max98373-i2c.c | 4 ++++
sound/soc/codecs/rt711-sdca-sdw.c | 2 +-
sound/soc/codecs/sgtl5000.c | 1 +
sound/soc/codecs/wm8962.c | 8 ++++++++
sound/soc/soc-pcm.c | 7 ++-----
sound/soc/stm/stm32_i2s.c | 2 +-
9 files changed, 27 insertions(+), 14 deletions(-)