mbox series

[0/2] Add SOF support for ACP7.0 based platform

Message ID 20240823053739.465187-1-Vijendar.Mukunda@amd.com (mailing list archive)
Headers show
Series Add SOF support for ACP7.0 based platform | expand

Message

Vijendar Mukunda Aug. 23, 2024, 5:37 a.m. UTC
This patch series adds SOF support for ACP7.0 based platform.

Link: https://github.com/thesofproject/linux/pull/5139

Vijendar Mukunda (2):
  ASoC: amd: Add acpi machine id for acp7.0 version based platform
  ASoC: SOF: amd: add support for acp7.0 based platform

 sound/soc/amd/acp-config.c         |  12 +++
 sound/soc/amd/mach-config.h        |   1 +
 sound/soc/sof/amd/Kconfig          |  10 ++
 sound/soc/sof/amd/Makefile         |   4 +-
 sound/soc/sof/amd/acp-dsp-offset.h |  24 ++++-
 sound/soc/sof/amd/acp.c            |  65 ++++++++++---
 sound/soc/sof/amd/acp.h            |   9 ++
 sound/soc/sof/amd/acp70.c          | 142 +++++++++++++++++++++++++++++
 sound/soc/sof/amd/pci-acp70.c      | 112 +++++++++++++++++++++++
 9 files changed, 365 insertions(+), 14 deletions(-)
 create mode 100644 sound/soc/sof/amd/acp70.c
 create mode 100644 sound/soc/sof/amd/pci-acp70.c

Comments

Mark Brown Aug. 24, 2024, 10:13 a.m. UTC | #1
On Fri, 23 Aug 2024 11:07:37 +0530, Vijendar Mukunda wrote:
> This patch series adds SOF support for ACP7.0 based platform.
> 
> Link: https://github.com/thesofproject/linux/pull/5139
> 
> Vijendar Mukunda (2):
>   ASoC: amd: Add acpi machine id for acp7.0 version based platform
>   ASoC: SOF: amd: add support for acp7.0 based platform
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: amd: Add acpi machine id for acp7.0 version based platform
      commit: e17de785850e3112b2ea6ba786016a61f195bb23
[2/2] ASoC: SOF: amd: add support for acp7.0 based platform
      commit: 490be7ba2a018093fbfa6c2dd80d7d0c190c4c98

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark