All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>
Subject: [GIT PULL] ASoC fixes for v5.17-rc2
Date: Tue, 01 Feb 2022 15:51:38 +0000	[thread overview]
Message-ID: <20220201155150.EE80EC340EB@smtp.kernel.org> (raw)

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(-)

             reply	other threads:[~2022-02-01 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-01 15:51 Mark Brown [this message]
2022-02-01 16:38 ` [GIT PULL] ASoC fixes for v5.17-rc2 Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220201155150.EE80EC340EB@smtp.kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=lgirdwood@gmail.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.