mbox series

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

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

Pull-request

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

Message

Mark Brown May 10, 2024, 1:20 p.m. UTC
The following changes since commit c5782bb5468acf86d8ca8e161267e8d055fb4161:

  ASoC: meson: tdm fixes (2024-04-30 23:36:23 +0900)

are available in the Git repository at:

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

for you to fetch changes up to e54f128b0c2fe543816941342e085e21f49c5b6c:

  ASoC: audio-graph-card2: call of_node_get() before of_get_next_child() (2024-05-10 10:08:08 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.9

A couple more minor fixes for ASoC, one incremental fix for earlier
issues and a minor formatting issue in the Makefile.

----------------------------------------------------------------
Amadeusz Sławiński (1):
      ASoC: Intel: avs: boards: Properly name input device

Hsin-Te Yuan (1):
      ASoC: mediatek: mt8192: fix register configuration for tdm

Kuninori Morimoto (1):
      ASoC: audio-graph-card2: call of_node_get() before of_get_next_child()

Takashi Iwai (1):
      ASoC: SOF: amd: Correct spaces in Makefile

Vijendar Mukunda (1):
      ASoC: amd: acp: fix for acp platform device creation failure

 sound/soc/amd/acp/acp-legacy-common.c      | 96 +++++++++++++++++++++++++-----
 sound/soc/amd/acp/acp-pci.c                |  9 ++-
 sound/soc/amd/acp/amd.h                    | 10 +++-
 sound/soc/amd/acp/chip_offset_byte.h       |  1 +
 sound/soc/generic/audio-graph-card2.c      |  2 +-
 sound/soc/intel/avs/boards/es8336.c        |  2 +-
 sound/soc/intel/avs/boards/nau8825.c       |  2 +-
 sound/soc/intel/avs/boards/rt274.c         |  3 +-
 sound/soc/intel/avs/boards/rt286.c         |  4 +-
 sound/soc/intel/avs/boards/rt298.c         |  4 +-
 sound/soc/mediatek/mt8192/mt8192-dai-tdm.c |  4 +-
 sound/soc/sof/amd/Makefile                 |  8 +--
 12 files changed, 110 insertions(+), 35 deletions(-)

Comments

Takashi Iwai May 10, 2024, 1:30 p.m. UTC | #1
On Fri, 10 May 2024 15:20:15 +0200,
Mark Brown wrote:
> 
> The following changes since commit c5782bb5468acf86d8ca8e161267e8d055fb4161:
> 
>   ASoC: meson: tdm fixes (2024-04-30 23:36:23 +0900)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.9-rc7-2
> 
> for you to fetch changes up to e54f128b0c2fe543816941342e085e21f49c5b6c:
> 
>   ASoC: audio-graph-card2: call of_node_get() before of_get_next_child() (2024-05-10 10:08:08 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.9
> 
> A couple more minor fixes for ASoC, one incremental fix for earlier
> issues and a minor formatting issue in the Makefile.

Thanks, pulled now.


Takashi