The following changes since commit e18c6da62edc780e4f4f3c9ce07bdacd69505182:
ASoC: cs42l56: fix DT probe (2023-01-26 17:42:36 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.2-rc7
for you to fetch changes up to c173ee5b2fa6195066674d66d1d7e191010fb1ff:
ASoC: topology: Return -ENOMEM on memory allocation failure (2023-02-07 14:06:26 +0000)
---------------------------------------------------------------- ASoC: Fixes for v6.2
A few more fixes for v6.2, all driver specific and small. It's larger than is ideal but we can't really control when people find problems.
---------------------------------------------------------------- Alexey Firago (1): ASoC: codecs: es8326: Fix DTS properties reading
Amadeusz Sławiński (1): ASoC: topology: Return -ENOMEM on memory allocation failure
Daniel Beer (2): ASoC: tas5805m: rework to avoid scheduling while atomic. ASoC: tas5805m: add missing page switch.
Jack Yu (1): ASoC: rt715-sdca: fix clock stop prepare timeout issue
Mark Brown (1): Two bug fixes for tas5805m codec driver
Shengjiu Wang (1): ASoC: fsl_sai: fix getting version from VERID
V sujith kumar Reddy (1): ASoC: SOF: amd: Fix for handling spurious interrupts from DSP
sound/soc/codecs/es8326.c | 6 +- sound/soc/codecs/rt715-sdca-sdw.c | 2 +- sound/soc/codecs/tas5805m.c | 131 ++++++++++++++++++++++++++------------ sound/soc/fsl/fsl_sai.c | 1 + sound/soc/soc-topology.c | 8 ++- sound/soc/sof/amd/acp.c | 36 +++++------ 6 files changed, 117 insertions(+), 67 deletions(-)