All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ASoC fixes for v6.15-rc7
@ 2025-05-22 16:02 Mark Brown
  2025-05-22 18:33 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2025-05-22 16:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1898 bytes --]

The following changes since commit 92a09c47464d040866cf2b4cd052bc60555185fb:

  Linux 6.15-rc5 (2025-05-04 13:55:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 688abe2860fd9c644705b9e11cb9649eb891b879:

  ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params() (2025-05-20 10:24:59 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.15

A couple more small fixes for v6.15, both of which could also easily
wait until the merge window.

----------------------------------------------------------------
Arnd Bergmann (1):
      ASoC: mediatek: mt8188-mt6359: select CONFIG_SND_SOC_MT6359_ACCDET

Kai Vehmanen (1):
      ASoc: SOF: topology: connect DAI to a single DAI link

Martin Povišer (1):
      ASoC: apple: mca: Constrain channels according to TDM mask

Nícolas F. R. A. Prado (1):
      ASoC: mediatek: mt8188-mt6359: Depend on MT6359_ACCDET set or disabled

Peter Ujfalusi (3):
      ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for bytes_ext
      ASoC: SOF: ipc4-pcm: Delay reporting is only supported for playback direction
      ASoC: SOF: Intel: hda-bus: Use PIO mode on ACE2+ platforms

Tavian Barnes (1):
      ASoC: SOF: Intel: hda: Fix UAF when reloading module

Wentao Liang (1):
      ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params()

 sound/soc/apple/mca.c         | 23 +++++++++++++++++++++++
 sound/soc/mediatek/Kconfig    |  1 +
 sound/soc/qcom/sdm845.c       |  4 ++++
 sound/soc/sof/intel/hda-bus.c |  2 +-
 sound/soc/sof/intel/hda.c     | 16 +++++++++++++++-
 sound/soc/sof/ipc4-control.c  | 11 ++++++++++-
 sound/soc/sof/ipc4-pcm.c      |  3 ++-
 sound/soc/sof/topology.c      | 18 ++++++++++++++----
 8 files changed, 70 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ASoC fixes for v6.15-rc7
  2025-05-22 16:02 [GIT PULL] ASoC fixes for v6.15-rc7 Mark Brown
@ 2025-05-22 18:33 ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2025-05-22 18:33 UTC (permalink / raw)
  To: Mark Brown; +Cc: Liam Girdwood, linux-sound, alsa-devel

On Thu, 22 May 2025 18:02:15 +0200,
Mark Brown wrote:
> 
> The following changes since commit 92a09c47464d040866cf2b4cd052bc60555185fb:
> 
>   Linux 6.15-rc5 (2025-05-04 13:55:04 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.15-rc7
> 
> for you to fetch changes up to 688abe2860fd9c644705b9e11cb9649eb891b879:
> 
>   ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params() (2025-05-20 10:24:59 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.15
> 
> A couple more small fixes for v6.15, both of which could also easily
> wait until the merge window.

Pulled now.  But I already sent a PR for 6.15 in this morning, and
this slipped from it.

In anyway, it'll be included in the PR in the next week.


thanks,

Takashi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] ASoC fixes for v6.15-rc7
@ 2025-05-24 22:34 Mark Brown
  2025-05-25  7:42 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2025-05-24 22:34 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel, Mark Brown

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1029 bytes --]

The following changes since commit 7dd7f39fce0022b386ef1ea5ffef92ecc7dfc6af:

  ASoC: SOF: Intel: hda: Fix UAF when reloading module (2025-05-14 16:34:48 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 688abe2860fd9c644705b9e11cb9649eb891b879:

  ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params() (2025-05-20 10:24:59 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.15

A couple more small fixes for v6.15, both of which could also easily
wait until the merge window.

----------------------------------------------------------------
Martin Povišer (1):
      ASoC: apple: mca: Constrain channels according to TDM mask

Wentao Liang (1):
      ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params()

 sound/soc/apple/mca.c   | 23 +++++++++++++++++++++++
 sound/soc/qcom/sdm845.c |  4 ++++
 2 files changed, 27 insertions(+)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ASoC fixes for v6.15-rc7
  2025-05-24 22:34 Mark Brown
@ 2025-05-25  7:42 ` Takashi Iwai
  2025-05-25 11:45   ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2025-05-25  7:42 UTC (permalink / raw)
  To: Mark Brown; +Cc: Liam Girdwood, linux-sound, alsa-devel

On Sun, 25 May 2025 00:34:38 +0200,
Mark Brown wrote:
> 
> The following changes since commit 7dd7f39fce0022b386ef1ea5ffef92ecc7dfc6af:
> 
>   ASoC: SOF: Intel: hda: Fix UAF when reloading module (2025-05-14 16:34:48 +0200)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.15-rc7
> 
> for you to fetch changes up to 688abe2860fd9c644705b9e11cb9649eb891b879:
> 
>   ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params() (2025-05-20 10:24:59 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.15
> 
> A couple more small fixes for v6.15, both of which could also easily
> wait until the merge window.

This was already pulled.


thanks,

Takashi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ASoC fixes for v6.15-rc7
  2025-05-25  7:42 ` Takashi Iwai
@ 2025-05-25 11:45   ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2025-05-25 11:45 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Liam Girdwood, linux-sound, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 362 bytes --]

On Sun, May 25, 2025 at 09:42:28AM +0200, Takashi Iwai wrote:
> Mark Brown wrote:

> > A couple more small fixes for v6.15, both of which could also easily
> > wait until the merge window.

> This was already pulled.

Yes, sorry - my tooling doesn't deal well with me moving between
computers with pending pulls that didn't land in Linus' tree yet it
turns out.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-05-25 11:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-22 16:02 [GIT PULL] ASoC fixes for v6.15-rc7 Mark Brown
2025-05-22 18:33 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2025-05-24 22:34 Mark Brown
2025-05-25  7:42 ` Takashi Iwai
2025-05-25 11:45   ` Mark Brown

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.