From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
linux-sound@vger.kernel.org, alsa-devel@alsa-project.org,
Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] ASoC fixes for v6.18-rc1
Date: Thu, 16 Oct 2025 18:04:02 +0100 [thread overview]
Message-ID: <e26bc312636de276f8c7e46cba269b7f@kernel.org> (raw)
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.18-rc1
for you to fetch changes up to f1a450f9e17d341f69f8fb19f6d13ef9f1aa508b:
ASoC: nau8821: Fix IRQ handling and improve jack (2025-10-16 12:41:35 +0100)
----------------------------------------------------------------
ASoC: Fixes for v6.18
A moderately large collection of driver specific fixes, plus a few new
quirks and device IDs. The NAU8821 changes are a little large but more
in mechanical ways than in ways that are complex.
----------------------------------------------------------------
Baojun Xu (2):
ASoC: tas2781: Support more newly-released amplifiers tas58xx in the driver
ASoC: tas2781: Update ti,tas2781.yaml for adding tas58xx
Christophe Leroy (1):
ASoC: codecs: Fix gain setting ranges for Renesas IDT821034 codec
Cristian Ciocaltea (5):
ASoC: nau8821: Cancel jdet_work before handling jack ejection
ASoC: nau8821: Generalize helper to clear IRQ status
ASoC: nau8821: Consistently clear interrupts before unmasking
ASoC: nau8821: Add DMI quirk to bypass jack debounce circuit
ASoC: nau8821: Avoid unnecessary blocking in IRQ handler
Frank Li (1):
ASoC: dt-bindings: Add compatible string fsl,imx-audio-tlv320
Le Qi (2):
ASoC: dt-bindings: qcom,sm8250: Add QCS615 sound card
ASoC: qcom: sc8280xp: Add support for QCS615
Li Qiang (1):
ASoC: amd/sdw_utils: avoid NULL deref when devm_kasprintf() fails
Mark Brown (2):
ASoC: Add QCS615 sound card support
ASoC: nau8821: Fix IRQ handling and improve jack
Sharique Mohammad (1):
ASoC: max98090/91: fixed max98091 ALSA widget powering up/down
Shuming Fan (1):
ASoC: sdw_utils: add rt1321 part id to codec_info_list
Srinivas Kandagatla (1):
ASoC: codecs: wcd938x-sdw: remove redundant runtime pm calls
.../devicetree/bindings/sound/fsl-asoc-card.yaml | 1 +
.../devicetree/bindings/sound/qcom,sm8250.yaml | 1 +
.../devicetree/bindings/sound/ti,tas2781.yaml | 43 ++++++-
include/sound/tas2781.h | 3 +
sound/soc/amd/acp/acp-sdw-sof-mach.c | 2 +-
sound/soc/codecs/idt821034.c | 12 +-
sound/soc/codecs/max98090.c | 6 +-
sound/soc/codecs/nau8821.c | 129 +++++++++++++--------
sound/soc/codecs/nau8821.h | 2 +-
sound/soc/codecs/tas2781-i2c.c | 21 +++-
sound/soc/codecs/wcd938x-sdw.c | 20 +---
sound/soc/qcom/sc8280xp.c | 1 +
sound/soc/sdw_utils/soc_sdw_utils.c | 20 ++++
13 files changed, 177 insertions(+), 84 deletions(-)
_______________________________________________
Alsa-devel mailing list -- alsa-devel@alsa-project.org
To unsubscribe send an email to alsa-devel-leave@alsa-project.org
WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
linux-sound@vger.kernel.org, alsa-devel@alsa-project.org,
Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] ASoC fixes for v6.18-rc1
Date: Thu, 16 Oct 2025 18:04:02 +0100 [thread overview]
Message-ID: <e26bc312636de276f8c7e46cba269b7f@kernel.org> (raw)
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.18-rc1
for you to fetch changes up to f1a450f9e17d341f69f8fb19f6d13ef9f1aa508b:
ASoC: nau8821: Fix IRQ handling and improve jack (2025-10-16 12:41:35 +0100)
----------------------------------------------------------------
ASoC: Fixes for v6.18
A moderately large collection of driver specific fixes, plus a few new
quirks and device IDs. The NAU8821 changes are a little large but more
in mechanical ways than in ways that are complex.
----------------------------------------------------------------
Baojun Xu (2):
ASoC: tas2781: Support more newly-released amplifiers tas58xx in the driver
ASoC: tas2781: Update ti,tas2781.yaml for adding tas58xx
Christophe Leroy (1):
ASoC: codecs: Fix gain setting ranges for Renesas IDT821034 codec
Cristian Ciocaltea (5):
ASoC: nau8821: Cancel jdet_work before handling jack ejection
ASoC: nau8821: Generalize helper to clear IRQ status
ASoC: nau8821: Consistently clear interrupts before unmasking
ASoC: nau8821: Add DMI quirk to bypass jack debounce circuit
ASoC: nau8821: Avoid unnecessary blocking in IRQ handler
Frank Li (1):
ASoC: dt-bindings: Add compatible string fsl,imx-audio-tlv320
Le Qi (2):
ASoC: dt-bindings: qcom,sm8250: Add QCS615 sound card
ASoC: qcom: sc8280xp: Add support for QCS615
Li Qiang (1):
ASoC: amd/sdw_utils: avoid NULL deref when devm_kasprintf() fails
Mark Brown (2):
ASoC: Add QCS615 sound card support
ASoC: nau8821: Fix IRQ handling and improve jack
Sharique Mohammad (1):
ASoC: max98090/91: fixed max98091 ALSA widget powering up/down
Shuming Fan (1):
ASoC: sdw_utils: add rt1321 part id to codec_info_list
Srinivas Kandagatla (1):
ASoC: codecs: wcd938x-sdw: remove redundant runtime pm calls
.../devicetree/bindings/sound/fsl-asoc-card.yaml | 1 +
.../devicetree/bindings/sound/qcom,sm8250.yaml | 1 +
.../devicetree/bindings/sound/ti,tas2781.yaml | 43 ++++++-
include/sound/tas2781.h | 3 +
sound/soc/amd/acp/acp-sdw-sof-mach.c | 2 +-
sound/soc/codecs/idt821034.c | 12 +-
sound/soc/codecs/max98090.c | 6 +-
sound/soc/codecs/nau8821.c | 129 +++++++++++++--------
sound/soc/codecs/nau8821.h | 2 +-
sound/soc/codecs/tas2781-i2c.c | 21 +++-
sound/soc/codecs/wcd938x-sdw.c | 20 +---
sound/soc/qcom/sc8280xp.c | 1 +
sound/soc/sdw_utils/soc_sdw_utils.c | 20 ++++
13 files changed, 177 insertions(+), 84 deletions(-)
next reply other threads:[~2025-10-18 11:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-16 17:04 Mark Brown [this message]
2025-10-16 17:04 ` [GIT PULL] ASoC fixes for v6.18-rc1 Mark Brown
2025-10-16 18:19 ` Takashi Iwai
2025-10-16 18:19 ` 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=e26bc312636de276f8c7e46cba269b7f@kernel.org \
--to=broonie@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=lgirdwood@gmail.com \
--cc=linux-sound@vger.kernel.org \
--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.