The following changes since commit fcb958ee8e832e9cdf43408535207e15f14af755:
ASoC: rockchip: i2s: Fix concurrency between tx/rx (2021-09-03 16:19:01 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.15-rc2
for you to fetch changes up to cfacfefd382af3b42905108b54f02820dca225c4:
ASoC: SOF: trace: Omit error print when waking up trace sleepers (2021-09-17 13:16:36 +0100)
---------------------------------------------------------------- ASoC: Fixes for v5.15
A crop of mostly device specific fixes that have been applied since the merge window, nothing particularly standout here.
---------------------------------------------------------------- Arnaud Pouliquen (1): MAINTAINERS: fix update references to stm32 audio bindings
Marc Herbert (1): ASoC: SOF: loader: release_firmware() on load failure to avoid batching
Mark Brown (1): Merge series "ASoC: fsl: register platform component before registering cpu dai" from Shengjiu Wang shengjiu.wang@nxp.com:
Peter Ujfalusi (4): ASoC: SOF: imx: imx8: Bar index is only valid for IRAM and SRAM types ASoC: SOF: imx: imx8m: Bar index is only valid for IRAM and SRAM types ASoC: SOF: loader: Re-phrase the missing firmware error to avoid duplication ASoC: SOF: trace: Omit error print when waking up trace sleepers
Pierre-Louis Bossart (1): ASoC: Intel: sof_sdw: tag SoundWire BEs as non-atomic
Shengjiu Wang (5): ASoC: fsl_sai: register platform component before registering cpu dai ASoC: fsl_esai: register platform component before registering cpu dai ASoC: fsl_micfil: register platform component before registering cpu dai ASoC: fsl_spdif: register platform component before registering cpu dai ASoC: fsl_xcvr: register platform component before registering cpu dai
Trevor Wu (3): ASoC: mediatek: add required config dependency ASoC: mediatek: common: handle NULL case in suspend/resume function ASoC: mediatek: mt8195: remove wrong fixup assignment on HDMITX
Yong Zhi (1): ASoC: SOF: Fix DSP oops stack dump output contents
MAINTAINERS | 3 ++- sound/soc/fsl/fsl_esai.c | 16 ++++++++++------ sound/soc/fsl/fsl_micfil.c | 15 ++++++++++----- sound/soc/fsl/fsl_sai.c | 14 +++++++++----- sound/soc/fsl/fsl_spdif.c | 14 +++++++++----- sound/soc/fsl/fsl_xcvr.c | 15 ++++++++++----- sound/soc/intel/boards/sof_sdw.c | 5 +++++ sound/soc/mediatek/Kconfig | 3 +++ sound/soc/mediatek/common/mtk-afe-fe-dai.c | 19 +++++++++++-------- .../soc/mediatek/mt8195/mt8195-mt6359-rt1019-rt5682.c | 7 +++---- sound/soc/sof/core.c | 4 +--- sound/soc/sof/imx/imx8.c | 9 ++++++++- sound/soc/sof/imx/imx8m.c | 9 ++++++++- sound/soc/sof/loader.c | 8 +++++--- sound/soc/sof/trace.c | 1 - sound/soc/sof/xtensa/core.c | 4 ++-- 16 files changed, 96 insertions(+), 50 deletions(-)