The following changes since commit f9dc51cc6676e0360dfcb1836b3d426a3ccf3093:
Merge series "Do not handle MCLK device clock in simple-card-utils" from Sameer Pujar spujar@nvidia.com: (2021-03-16 17:55:37 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.12-rc6
for you to fetch changes up to e7a48c710defa0e0fef54d42b7d9e4ab596e2761:
ASoC: fsl_esai: Fix TDM slot setup for I2S mode (2021-04-02 16:24:16 +0100)
---------------------------------------------------------------- ASoC: Fixes for v5.12
A fairly small batch of driver specific fixes, mainly for various x86 systems with the biggest set being fixes to power down DSPs properly on x86 SOF systems.
---------------------------------------------------------------- Alexander Shiyan (1): ASoC: fsl_esai: Fix TDM slot setup for I2S mode
Bastian Germann (1): ASoC: sunxi: sun4i-codec: fill ASoC card owner
Guennadi Liakhovetski (1): ASoC: SOF: Intel: HDA: fix core status verification
Hans de Goede (2): ASoC: intel: atom: Stop advertising non working S24LE support ASoC: intel: atom: Remove 44100 sample-rate from the media and deep-buffer DAI descriptions
Libin Yang (5): ASoC: SOF: Intel: TGL: fix EHL ops ASoC: SOF: Intel: TGL: set shutdown callback to hda_dsp_shutdown ASoC: SOF: Intel: ICL: set shutdown callback to hda_dsp_shutdown ASoC: SOF: Intel: CNL: set shutdown callback to hda_dsp_shutdown ASoC: SOF: Intel: APL: set shutdown callback to hda_dsp_shutdown
Mark Brown (1): Merge series "ASoC: SOF: Intel: shutdown and core handling corrections" from Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com:
Pierre-Louis Bossart (2): ASoC: SOF: core: harden shutdown helper ASoC: SOF: Intel: move ELH chip info
Ryan Lee (2): ASoC: max98373: Changed amp shutdown register as volatile ASoC: max98373: Added 30ms turn on/off time delay
Shengjiu Wang (1): ASoC: wm8960: Fix wrong bclk and lrclk with pll enabled for some chips
Srinivas Kandagatla (2): ASoC: codecs: lpass-tx-macro: set npl clock rate correctly ASoC: codecs: lpass-rx-macro: set npl clock rate correctly
kernel test robot (1): ASoC: cygnus: fix for_each_child.cocci warnings
sound/soc/bcm/cygnus-ssp.c | 4 +++- sound/soc/codecs/lpass-rx-macro.c | 2 +- sound/soc/codecs/lpass-tx-macro.c | 2 +- sound/soc/codecs/max98373-i2c.c | 1 + sound/soc/codecs/max98373-sdw.c | 1 + sound/soc/codecs/max98373.c | 2 ++ sound/soc/codecs/wm8960.c | 8 +++++++- sound/soc/fsl/fsl_esai.c | 8 +++++--- sound/soc/intel/atom/sst-mfld-platform-pcm.c | 12 ++++++------ sound/soc/sof/core.c | 8 +++++++- sound/soc/sof/intel/apl.c | 3 ++- sound/soc/sof/intel/cnl.c | 19 ++----------------- sound/soc/sof/intel/hda-dsp.c | 21 +++++++++++++++++---- sound/soc/sof/intel/hda.h | 1 + sound/soc/sof/intel/icl.c | 3 ++- sound/soc/sof/intel/pci-tgl.c | 2 +- sound/soc/sof/intel/tgl.c | 18 +++++++++++++++++- sound/soc/sunxi/sun4i-codec.c | 5 +++++ 18 files changed, 81 insertions(+), 39 deletions(-)