[GIT PULL] ASoC fixes for v6.18-rc1
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(-)
On Thu, 16 Oct 2025 19:04:02 +0200, Mark Brown wrote:
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.
Pulled now. Thanks.
Takashi
participants (1)
-
Mark Brown -
Takashi Iwai