mbox series

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

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

Pull-request

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

Message

Mark Brown May 10, 2024, 11:57 a.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

for you to fetch changes up to a85ed162f0efcfdd664954414a05d1d560cc95dc:

  ASoC: mediatek: mt8192: fix register configuration for tdm (2024-05-09 17:43:54 +0200)

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

A few final fixes for v6.9, none of them super major but all real.

----------------------------------------------------------------
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

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/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 +-
 10 files changed, 105 insertions(+), 30 deletions(-)

Comments

Mark Brown May 10, 2024, 12:01 p.m. UTC | #1
On Fri, May 10, 2024 at 12:57:58PM +0100, Mark Brown wrote:

> ASoC: Fixes for v6.9
> 
> A few final fixes for v6.9, none of them super major but all real.

I just realised I've got a couple more fixes still in test - I'll send
an additional request for those later assuming no problems.
Takashi Iwai May 10, 2024, 12:51 p.m. UTC | #2
On Fri, 10 May 2024 14:01:15 +0200,
Mark Brown wrote:
> 
> On Fri, May 10, 2024 at 12:57:58PM +0100, Mark Brown wrote:
> 
> > ASoC: Fixes for v6.9
> > 
> > A few final fixes for v6.9, none of them super major but all real.
> 
> I just realised I've got a couple more fixes still in test - I'll send
> an additional request for those later assuming no problems.

OK, I merged now to for-linus branch but in anyway I'll wait for the
more fix.  I'm not going to send a PR in this week, so if any, it'll
be after rc8 (if ever exists) or 6.10-rc1.


thanks,

Takashi