mbox series

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

Message ID 1a387ebeffba6289a672a48a50de11e3.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.12-rc7 | expand

Pull-request

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

Message

Mark Brown Nov. 14, 2024, 1:46 p.m. UTC
The following changes since commit 48b86532c10128cf50c854a90c2d5b1410f4012d:

  ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits (2024-11-07 15:35:52 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 2ae6da569e34e1d26c5275442d17ffd75fd343b3:

  ASoC: max9768: Fix event generation for playback mute (2024-11-12 13:16:37 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.12

Some last updates for v6.12, one quirk plus a couple of fixes.  One is a
minor fix for a relatively obscure driver and the other is a relatively
important fix for boot hangs with some audio graph based cards.

----------------------------------------------------------------
Deep Harsora (1):
      ASoC: intel: sof_sdw: add quirk for Dell SKU

John Watts (1):
      ASoC: audio-graph-card2: Purge absent supplies for device tree nodes

Mark Brown (1):
      ASoC: max9768: Fix event generation for playback mute

 sound/soc/codecs/max9768.c            | 11 +++++++++--
 sound/soc/generic/audio-graph-card2.c |  3 +++
 sound/soc/intel/boards/sof_sdw.c      |  8 ++++++++
 3 files changed, 20 insertions(+), 2 deletions(-)

Comments

Takashi Iwai Nov. 14, 2024, 4:01 p.m. UTC | #1
On Thu, 14 Nov 2024 14:46:55 +0100,
Mark Brown wrote:
> 
> The following changes since commit 48b86532c10128cf50c854a90c2d5b1410f4012d:
> 
>   ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits (2024-11-07 15:35:52 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.12-rc7
> 
> for you to fetch changes up to 2ae6da569e34e1d26c5275442d17ffd75fd343b3:
> 
>   ASoC: max9768: Fix event generation for playback mute (2024-11-12 13:16:37 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.12
> 
> Some last updates for v6.12, one quirk plus a couple of fixes.  One is a
> minor fix for a relatively obscure driver and the other is a relatively
> important fix for boot hangs with some audio graph based cards.

Thanks, pulled now.


Takashi