All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
	alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] ASoC fixes for v6.8-rc5
Date: Wed, 28 Feb 2024 18:02:24 +0000	[thread overview]
Message-ID: <20240228180231.D8BF7C433C7@smtp.kernel.org> (raw)

The following changes since commit 0db0c1770834f39e11a2902e20e1f11a482f4465:

  ASoC: cs35l56: Workaround for ACPI with broken spk-id-gpios property (2024-02-13 19:37:25 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.8-rc5

for you to fetch changes up to ed00a6945dc32462c2d3744a3518d2316da66fcc:

  ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 (2024-02-28 12:24:59 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.8

A few small fixes, some driver specific and one slightly larger one
from Richard which adds a new core helper and updates a small clutch of
drivers to deal with the fact that they were using a helper which
requires that the lock for the list of controls without holding that
lock.  We also have some quirks for new AMD based Lenovo systems.

----------------------------------------------------------------
Colin Ian King (1):
      ASoC: qcom: Fix uninitialized pointer dmactl

Jiawei Wang (2):
      ASoC: amd: yc: add new YC platform variant (0x63) support
      ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2

Johnny Hsieh (1):
      ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table

Richard Fitzgerald (2):
      ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
      ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol()

 include/sound/soc-card.h          |  2 ++
 sound/soc/amd/yc/acp6x-mach.c     | 14 ++++++++++++++
 sound/soc/amd/yc/pci-acp6x.c      |  1 +
 sound/soc/codecs/cs35l45.c        |  2 +-
 sound/soc/codecs/cs35l56-shared.c |  1 +
 sound/soc/codecs/cs35l56.c        |  2 +-
 sound/soc/fsl/fsl_xcvr.c          | 12 +++++++++++-
 sound/soc/qcom/lpass-cdc-dma.c    |  2 +-
 sound/soc/soc-card.c              | 24 ++++++++++++++++++++++--
 9 files changed, 54 insertions(+), 6 deletions(-)

             reply	other threads:[~2024-02-28 18:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-28 18:02 Mark Brown [this message]
2024-02-29  7:37 ` [GIT PULL] ASoC fixes for v6.8-rc5 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=20240228180231.D8BF7C433C7@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.