* [GIT PULL] ASoC fixes for v7.2-rc1
@ 2026-07-02 18:57 Mark Brown
2026-07-03 8:11 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2026-07-02 18:57 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.2-rc1
for you to fetch changes up to 83245e7a436c04e511378af14dd81fd188b41541:
ASoC: rsnd: src: Add missing scu_supply clock to suspend/resume (2026-07-02 18:56:38 +0100)
----------------------------------------------------------------
ASoC: Fixes for v7.2
A fairly standard set of driver specific fixes and quirks that have come
in since the merge window, plus a MAINTAINERS update. The tas675x
READ_ONCE change is probably not actually fixing issues properly but we
need a whole new approach to concurrency there and it came along with
some good fixes.
----------------------------------------------------------------
Jetha Chan (1):
ASoC: amd: yc: Add Alienware m15 R7 AMD to DMIC quirk table
John Madieu (2):
ASoC: rsnd: adg: make rsnd_adg_clk_control() idempotent
ASoC: rsnd: src: Add missing scu_supply clock to suspend/resume
Luca Weiss (1):
ASoC: codecs: lpass-va-macro: Fix LPASS Codec Version for SC7280
Mark Brown (1):
ASoC: codecs: tas675x: misc bugfixes and minor changes
Sen Wang (3):
ASoC: codecs: tas675x: use READ_ONCE for params to be used concurrently
ASoC: codecs: tas675x: Fix CHx temperature range register bit fields
Documentation: sound: tas675x: Fix temperature range and impedance documentation
Vijendar Mukunda (1):
MAINTAINERS: ASoC: SOF: add AMD reviewer for Sound Open Firmware
Yousef Alhouseen (1):
ASoC: SOF: validate probe info element counts
Documentation/sound/codecs/tas675x.rst | 11 ++++++-----
MAINTAINERS | 1 +
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
sound/soc/codecs/lpass-va-macro.c | 7 ++++++-
sound/soc/codecs/tas675x.c | 14 +++++++-------
sound/soc/renesas/rcar/adg.c | 29 ++++++++++++++++++++++++++++-
sound/soc/renesas/rcar/src.c | 2 ++
sound/soc/sof/sof-client-probes-ipc3.c | 23 +++++++++++++++++++----
sound/soc/sof/sof-client-probes-ipc4.c | 11 ++++++++++-
9 files changed, 86 insertions(+), 19 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] ASoC fixes for v7.2-rc1
2026-07-02 18:57 [GIT PULL] ASoC fixes for v7.2-rc1 Mark Brown
@ 2026-07-03 8:11 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2026-07-03 8:11 UTC (permalink / raw)
To: Mark Brown; +Cc: Liam Girdwood, linux-sound, alsa-devel
On Thu, 02 Jul 2026 20:57:06 +0200,
Mark Brown wrote:
>
> The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
>
> Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.2-rc1
>
> for you to fetch changes up to 83245e7a436c04e511378af14dd81fd188b41541:
>
> ASoC: rsnd: src: Add missing scu_supply clock to suspend/resume (2026-07-02 18:56:38 +0100)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v7.2
>
> A fairly standard set of driver specific fixes and quirks that have come
> in since the merge window, plus a MAINTAINERS update. The tas675x
> READ_ONCE change is probably not actually fixing issues properly but we
> need a whole new approach to concurrency there and it came along with
> some good fixes.
Pulled now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ASoC fixes for v7.2-rc1
@ 2026-07-05 11:52 Mark Brown
2026-07-05 12:16 ` Mark Brown
0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2026-07-05 11:52 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.2-rc1
for you to fetch changes up to 83245e7a436c04e511378af14dd81fd188b41541:
ASoC: rsnd: src: Add missing scu_supply clock to suspend/resume (2026-07-02 18:56:38 +0100)
----------------------------------------------------------------
ASoC: Fixes for v7.2
A fairly standard set of driver specific fixes and quirks that have come
in since the merge window, plus a MAINTAINERS update. The tas675x
READ_ONCE change is probably not actually fixing issues properly but we
need a whole new approach to concurrency there and it came along with
some good fixes.
----------------------------------------------------------------
Jetha Chan (1):
ASoC: amd: yc: Add Alienware m15 R7 AMD to DMIC quirk table
John Madieu (2):
ASoC: rsnd: adg: make rsnd_adg_clk_control() idempotent
ASoC: rsnd: src: Add missing scu_supply clock to suspend/resume
Luca Weiss (1):
ASoC: codecs: lpass-va-macro: Fix LPASS Codec Version for SC7280
Mark Brown (1):
ASoC: codecs: tas675x: misc bugfixes and minor changes
Sen Wang (3):
ASoC: codecs: tas675x: use READ_ONCE for params to be used concurrently
ASoC: codecs: tas675x: Fix CHx temperature range register bit fields
Documentation: sound: tas675x: Fix temperature range and impedance documentation
Vijendar Mukunda (1):
MAINTAINERS: ASoC: SOF: add AMD reviewer for Sound Open Firmware
Yousef Alhouseen (1):
ASoC: SOF: validate probe info element counts
Documentation/sound/codecs/tas675x.rst | 11 ++++++-----
MAINTAINERS | 1 +
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
sound/soc/codecs/lpass-va-macro.c | 7 ++++++-
sound/soc/codecs/tas675x.c | 14 +++++++-------
sound/soc/renesas/rcar/adg.c | 29 ++++++++++++++++++++++++++++-
sound/soc/renesas/rcar/src.c | 2 ++
sound/soc/sof/sof-client-probes-ipc3.c | 23 +++++++++++++++++++----
sound/soc/sof/sof-client-probes-ipc4.c | 11 ++++++++++-
9 files changed, 86 insertions(+), 19 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] ASoC fixes for v7.2-rc1
2026-07-05 11:52 Mark Brown
@ 2026-07-05 12:16 ` Mark Brown
0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2026-07-05 12:16 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel
[-- Attachment #1: Type: text/plain, Size: 464 bytes --]
On Sun, Jul 05, 2026 at 12:52:19PM +0100, Mark Brown wrote:
> The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
>
> Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.2-rc1
Sorry, this is a duplicate due to me using a different machine to sned
my SPI PR before the sound fixes landed with Linus.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 484 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-05 12:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-02 18:57 [GIT PULL] ASoC fixes for v7.2-rc1 Mark Brown
2026-07-03 8:11 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2026-07-05 11:52 Mark Brown
2026-07-05 12:16 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox