[GIT PULL] sound fixes for 5.12-rc7
From: Takashi Iwai
Date: Thu Apr 08 2021 - 08:59:54 EST
Linus,
please pull sound fixes for v5.12-rc7 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.12-rc7
The topmost commit is c8426b2700b57d2760ff335840a02f66a64b6044
----------------------------------------------------------------
sound fixes for 5.12-rc7
This batch became unexpectedly bigger due to the pending ASoC
patches, but all look small and fine device-specific fixes.
Many of the commits are for ASoC Intel drivers, while the rest
are for ASoC small codec/platform fixes and HD-audio quirks.
----------------------------------------------------------------
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
Jonas Holmberg (1):
ALSA: aloop: Fix initialization of controls
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
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
Takashi Iwai (2):
ALSA: hda/conexant: Apply quirk for another HP ZBook G5 model
ALSA: hda/realtek: Fix speaker amp setup on Acer Aspire E1
kernel test robot (1):
ASoC: cygnus: fix for_each_child.cocci warnings
---
sound/drivers/aloop.c | 11 ++++++++---
sound/pci/hda/patch_conexant.c | 1 +
sound/pci/hda/patch_realtek.c | 16 ++++++++++++++++
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 +++++
21 files changed, 106 insertions(+), 42 deletions(-)