mbox series

[GIT,PULL] ASoC fixes for v6.11-rc7

Message ID 11c4a6a78809a2fc6e43efb232fd6e7e.broonie@kernel.org (mailing list archive)
State Accepted
Commit 134536c21275bb3410cd1f10c5e369d30702741d
Headers show
Series [GIT,PULL] ASoC fixes for v6.11-rc7 | expand

Pull-request

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

Message

Mark Brown Sept. 13, 2024, 6:30 p.m. UTC
The following changes since commit 77212f300bfd6fb3edaabd1daf863cabb521854a:

  ASoC: codecs: lpass-va-macro: set the default codec version for sm8250 (2024-08-30 13:54:24 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 4f9a71435953f941969a4f017e2357db62d85a86:

  ASoC: meson: axg-card: fix 'use-after-free' (2024-09-11 16:16:34 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.11

A few last minute fixes, plus an update for Pierre's contact details and
status.  It'd be good to get these into v6.11 (especially the
MAINTAINERS update) but it wouldn't be the end of the world if they
waited for the merge window, none of them are super remarkable and it's
just a question of timing that they're last minute.

----------------------------------------------------------------
Arseniy Krasnov (1):
      ASoC: meson: axg-card: fix 'use-after-free'

Bard Liao (2):
      ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item
      ASoC: Intel: soc-acpi-intel-mtl-match: add missing empty item

Pierre-Louis Bossart (1):
      MAINTAINERS: update Pierre Bossart's email and role

Shenghao Ding (1):
      ASoC: tas2781: fix to save the dsp bin file name into the correct array in case name_prefix is not NULL

Su Hui (1):
      ASoC: codecs: avoid possible garbage value in peb2466_reg_read()

 .mailmap                                          | 1 +
 MAINTAINERS                                       | 6 +++---
 sound/soc/codecs/peb2466.c                        | 3 ++-
 sound/soc/codecs/tas2781-i2c.c                    | 2 +-
 sound/soc/intel/common/soc-acpi-intel-lnl-match.c | 1 +
 sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 1 +
 sound/soc/meson/axg-card.c                        | 3 ++-
 7 files changed, 11 insertions(+), 6 deletions(-)

Comments

Takashi Iwai Sept. 14, 2024, 7:13 a.m. UTC | #1
On Fri, 13 Sep 2024 20:30:01 +0200,
Mark Brown wrote:
> 
> The following changes since commit 77212f300bfd6fb3edaabd1daf863cabb521854a:
> 
>   ASoC: codecs: lpass-va-macro: set the default codec version for sm8250 (2024-08-30 13:54:24 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.11-rc7
> 
> for you to fetch changes up to 4f9a71435953f941969a4f017e2357db62d85a86:
> 
>   ASoC: meson: axg-card: fix 'use-after-free' (2024-09-11 16:16:34 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.11
> 
> A few last minute fixes, plus an update for Pierre's contact details and
> status.  It'd be good to get these into v6.11 (especially the
> MAINTAINERS update) but it wouldn't be the end of the world if they
> waited for the merge window, none of them are super remarkable and it's
> just a question of timing that they're last minute.

Thanks, pulled now.
I'm going to try to send a PR in today (hopefully), as all those look
easy enough as last minute fixes.


Takashi