mbox series

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

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

Pull-request

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

Message

Mark Brown March 21, 2025, 2:38 p.m. UTC
The following changes since commit 658fb7fe8e7f4014ea17a4da0e0c1d9bc319fa35:

  ASoC: cs42l43: convert to SYSTEM_SLEEP_PM_OPS (2025-03-12 16:12:24 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 45ff65e30deb919604e68faed156ad96ce7474d9:

  ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (2025-03-18 12:27:34 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.14

A couple of small fixes, plus some new device IDs - nothing super urgent
here.

----------------------------------------------------------------
Frank Li (1):
      ASoC: dt-bindings: fsl,sai: Add i.MX94 support

Jayesh Choudhary (1):
      ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible

Kuninori Morimoto (1):
      ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai()

keenplify (1):
      ASoC: amd: Add DMI quirk for ACP6X mic support

 Documentation/devicetree/bindings/sound/fsl,sai.yaml | 4 ++++
 sound/soc/amd/yc/acp6x-mach.c                        | 7 +++++++
 sound/soc/generic/simple-card-utils.c                | 7 +++++--
 sound/soc/ti/j721e-evm.c                             | 2 ++
 4 files changed, 18 insertions(+), 2 deletions(-)

Comments

Takashi Iwai March 21, 2025, 3:28 p.m. UTC | #1
On Fri, 21 Mar 2025 15:38:39 +0100,
Mark Brown wrote:
> 
> The following changes since commit 658fb7fe8e7f4014ea17a4da0e0c1d9bc319fa35:
> 
>   ASoC: cs42l43: convert to SYSTEM_SLEEP_PM_OPS (2025-03-12 16:12:24 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.14-rc7
> 
> for you to fetch changes up to 45ff65e30deb919604e68faed156ad96ce7474d9:
> 
>   ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (2025-03-18 12:27:34 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.14
> 
> A couple of small fixes, plus some new device IDs - nothing super urgent
> here.

Pulled now.  But I'll postpone a PR in this week, as we have no urgent
fixes, so likely to be included in 6.15-rc1.


thanks,

Takashi