mbox series

[GIT,PULL] ASoC fixes for v6.13-rc1

Message ID 65b45ae5dd84c05f4907ee42725639cc.broonie@kernel.org (mailing list archive)
State Accepted
Commit c34e9ab9a612ee8b18273398ef75c207b01f516d
Headers show
Series [GIT,PULL] ASoC fixes for v6.13-rc1 | expand

Pull-request

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

Message

Mark Brown Dec. 5, 2024, 5:02 p.m. UTC
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ec16a3cdf37e507013062f9c4a2067eacdd12b62:

  ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec (2024-12-05 13:39:58 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.13

A few small fixes for v6.13, all system specific - the biggest thing is
the fix for jack handling over suspend on some Intel laptops.

----------------------------------------------------------------
Dan Carpenter (1):
      ASoC: SOF: ipc3-topology: fix resource leaks in sof_ipc3_widget_setup_comp_dai()

Marek Maslanka (1):
      ASoC: Intel: avs: da7219: Remove suspend_pre() and resume_post()

NĂ­colas F. R. A. Prado (1):
      ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec

 sound/soc/intel/avs/boards/da7219.c       | 17 -----------------
 sound/soc/mediatek/mt8188/mt8188-mt6359.c |  4 +---
 sound/soc/sof/ipc3-topology.c             |  7 ++++---
 3 files changed, 5 insertions(+), 23 deletions(-)

Comments

Takashi Iwai Dec. 5, 2024, 5:15 p.m. UTC | #1
On Thu, 05 Dec 2024 18:02:05 +0100,
Mark Brown wrote:
> 
> The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
> 
>   Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.13-rc1
> 
> for you to fetch changes up to ec16a3cdf37e507013062f9c4a2067eacdd12b62:
> 
>   ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec (2024-12-05 13:39:58 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.13
> 
> A few small fixes for v6.13, all system specific - the biggest thing is
> the fix for jack handling over suspend on some Intel laptops.

Thanks, pulled now.


Takashi