* [GIT PULL] ASoC fixes for v6.19-rc5
@ 2026-01-15 13:31 Mark Brown
2026-01-15 14:06 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2026-01-15 13:31 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown
The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193:
Linux 6.19-rc5 (2026-01-11 17:03:14 -1000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.19-rc5
for you to fetch changes up to be5a39e7994ec9f003c8569b670c794a4e5d1551:
ASoC: rt5640: Fix duplicate clock properties in DT binding (2026-01-15 11:21:44 +0000)
----------------------------------------------------------------
ASoC: Fixes for v6.19
A moderately large collection of fixes since I missed a week, plus a few
new device IDs and quirks. It's all fairly minor, including a bunch of
work on the device tree bindings fixes which have no runtime effect.
There's one SoundWire change here exporting a symbol which was required
for a fix to the ASoC SoundWire code.
----------------------------------------------------------------
Ben Dooks (1):
ASoC: ops: fix pointer types to be big-endian
Cole Leavitt (1):
ASoC: sdw_utils: cs42l43: Enable Headphone pin for LINEOUT jack type
Deep Harsora (1):
ASoC: Intel: sof_sdw: Add new quirks for PTL on Dell with CS42L43
Dimitrios Katsaros (1):
ASoC: tlv320adcx140: Propagate error codes during probe
Emil Svendsen (3):
ASoC: tlv320adcx140: invert DRE_ENABLE
ASoC: tlv320adcx140: fix null pointer
ASoC: tlv320adcx140: fix word length
Johan Hovold (4):
ASoC: codecs: wsa883x: fix unnecessary initialisation
ASoC: codecs: wsa881x: fix unnecessary initialisation
ASoC: codecs: wsa884x: fix codec initialisation
ASoC: codecs: wsa883x: suppress variant printk
Jon Hunter (3):
ASoC: dt-bindings: realtek,rt5640: Document mclk
ASoC: dt-bindings: realtek,rt5640: Update jack-detect
ASoC: dt-bindings: realtek,rt5640: Document port node
Kery Qi (1):
ASoC: davinci-evm: Fix reference leak in davinci_evm_probe
Mark Brown (5):
ASoC: codecs: wsa88xx: fix codec initialisation
ASoC: dt-bindings: realtek,rt5640: Various fixes
ASoC: Fix sdw_utils calling wrong codec init callbacks
ASoC: tlv320adcx140: Merge fixes from Pengutronix
ASoC: rt5640: Fix duplicate clock properties in DT binding
Radhi Bajahaw (1):
ASoC: amd: yc: Fix microphone on ASUS M6500RE
Richard Fitzgerald (2):
soundwire: Add missing EXPORT for sdw_slave_type
ASoC: sdw_utils: Call init callbacks on the correct codec DAI
Rob Herring (Arm) (4):
ASoC: dt-bindings: everest,es8316: Add interrupt support
ASoC: dt-bindings: realtek,rt5640: Add missing properties/node
ASoC: dt-bindings: realtek,rt5640: Allow 7 for realtek,jack-detect-source
ASoC: dt-bindings: rockchip-spdif: Allow "port" node
Shengjiu Wang (1):
ASoC: simple-card-utils: Check device node before overwrite direction
sheetal (1):
ASoC: tegra: Revert fix for uninitialized flat cache warning in tegra210_ahub
.../devicetree/bindings/sound/everest,es8316.yaml | 4 ++
.../devicetree/bindings/sound/realtek,rt5640.yaml | 11 ++++++
.../devicetree/bindings/sound/rockchip-spdif.yaml | 3 ++
drivers/soundwire/slave.c | 1 +
sound/soc/amd/yc/acp6x-mach.c | 7 ++++
sound/soc/codecs/tlv320adcx140.c | 13 ++++---
sound/soc/codecs/wsa881x.c | 9 +++++
sound/soc/codecs/wsa883x.c | 26 +++++++++----
sound/soc/codecs/wsa884x.c | 3 +-
sound/soc/generic/simple-card-utils.c | 4 +-
sound/soc/intel/boards/sof_sdw.c | 8 ++++
sound/soc/sdw_utils/soc_sdw_cs42l43.c | 2 +-
sound/soc/sdw_utils/soc_sdw_utils.c | 43 +++++++++++++++++++++-
sound/soc/soc-ops.c | 4 +-
sound/soc/tegra/tegra210_ahub.c | 6 +--
sound/soc/ti/davinci-evm.c | 39 ++++++++++++++++----
16 files changed, 150 insertions(+), 33 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] ASoC fixes for v6.19-rc5
2026-01-15 13:31 [GIT PULL] ASoC fixes for v6.19-rc5 Mark Brown
@ 2026-01-15 14:06 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-01-15 14:06 UTC (permalink / raw)
To: Mark Brown; +Cc: Liam Girdwood, linux-sound, alsa-devel
On Thu, 15 Jan 2026 14:31:21 +0100,
Mark Brown wrote:
>
> The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193:
>
> Linux 6.19-rc5 (2026-01-11 17:03:14 -1000)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.19-rc5
>
> for you to fetch changes up to be5a39e7994ec9f003c8569b670c794a4e5d1551:
>
> ASoC: rt5640: Fix duplicate clock properties in DT binding (2026-01-15 11:21:44 +0000)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v6.19
>
> A moderately large collection of fixes since I missed a week, plus a few
> new device IDs and quirks. It's all fairly minor, including a bunch of
> work on the device tree bindings fixes which have no runtime effect.
>
> There's one SoundWire change here exporting a symbol which was required
> for a fix to the ASoC SoundWire code.
Pulled now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-15 14:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 13:31 [GIT PULL] ASoC fixes for v6.19-rc5 Mark Brown
2026-01-15 14:06 ` Takashi Iwai
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.