mbox series

[GIT,PULL] ASoC fixes for v5.17-rc2

Message ID 20220201155150.EE80EC340EB@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v5.17-rc2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.17-rc2

Message

Mark Brown Feb. 1, 2022, 3:51 p.m. UTC
The following changes since commit f517ba4924ad026f2583553db02f3c8bc69de88b:

  ASoC: cs35l41: Add support for hibernate memory retention mode (2022-01-07 17:14:27 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.17-rc2

for you to fetch changes up to a4f399a1416f645ac701064a55b0cb5203707ac9:

  Input: wm97xx: Simplify resource management (2022-01-31 13:17:24 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.17

Quite a few fixes here, including an unusually large set in the core
spurred on by various testing efforts as well as the usual small driver
fixes.  There are quite a few fixes for out of bounds writes in both the
core and the various Qualcomm drivers, plus a couple of fixes for
locking in the DPCM code.

----------------------------------------------------------------
Ajit Kumar Pandey (1):
      ASoC: amd: acp-mach: Fix Left and Right rt1019 amp devices

Christophe JAILLET (1):
      Input: wm97xx: Simplify resource management

Dan Carpenter (1):
      ASoC: max9759: fix underflow in speaker_gain_control_put()

Dmitry Osipenko (1):
      ASoC: hdmi-codec: Fix OOB memory accesses

Jiasheng Jiang (1):
      ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name

Julian Braha (1):
      ASoC: mediatek: fix unmet dependency on GPIOLIB for SND_SOC_DMIC

Mark Brown (5):
      ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()
      ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()
      ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()
      ASoC DPCM lockdep fixes
      ASoC: ops: Check for negative values before reading them

Miaoqian Lin (1):
      ASoC: fsl: Add missing error handling in pcm030_fabric_probe

Peter Ujfalusi (1):
      ASoC: rt5682: Fix deadlock on resume

Robert Hancock (2):
      ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes
      ASoC: simple-card: fix probe failure on platform component

Srinivas Kandagatla (4):
      ASoC: codecs: wcd938x: fix incorrect used of portid
      ASoC: codecs: lpass-rx-macro: fix sidetone register offsets
      ASoC: codecs: wcd938x: fix return value of mixer put function
      ASoC: qdsp6: q6apm-dai: only stop graphs that are started

Takashi Iwai (2):
      ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locks
      ASoC: soc-pcm: Move debugfs removal out of spinlock

 drivers/input/touchscreen/wm97xx-core.c | 12 +++---------
 include/sound/pcm.h                     | 15 +++++++++++++++
 include/uapi/sound/asound.h             |  4 +++-
 sound/core/pcm_native.c                 | 13 +++++++++++++
 sound/soc/amd/acp/acp-mach-common.c     |  4 ++--
 sound/soc/codecs/cpcap.c                |  2 ++
 sound/soc/codecs/hdmi-codec.c           |  2 +-
 sound/soc/codecs/lpass-rx-macro.c       |  8 ++++----
 sound/soc/codecs/max9759.c              |  3 ++-
 sound/soc/codecs/rt5682-i2c.c           | 15 ++++-----------
 sound/soc/codecs/rt5682.c               | 24 ++++++++----------------
 sound/soc/codecs/rt5682.h               |  2 --
 sound/soc/codecs/wcd938x.c              | 31 +++++++++++++++++--------------
 sound/soc/fsl/pcm030-audio-fabric.c     | 11 ++++++++---
 sound/soc/generic/simple-card.c         | 26 +++++++++++++++++++++++++-
 sound/soc/mediatek/Kconfig              |  2 +-
 sound/soc/qcom/qdsp6/q6apm-dai.c        |  7 +++++--
 sound/soc/soc-ops.c                     | 29 ++++++++++++++++++++++++++---
 sound/soc/soc-pcm.c                     | 18 ++++++++++++------
 sound/soc/xilinx/xlnx_formatter_pcm.c   | 27 ++++++++++++++++++++++++---
 20 files changed, 175 insertions(+), 80 deletions(-)