mbox series

[0/6] Add generic AMD Soundwire machine driver for Legacy(No

Message ID 20241113115223.3274868-1-Vijendar.Mukunda@amd.com (mailing list archive)
Headers show
Series Add generic AMD Soundwire machine driver for Legacy(No | expand

Message

Vijendar Mukunda Nov. 13, 2024, 11:52 a.m. UTC
This patch series add SoundWire machines for RT711, RT714, RT1316 and
RT722 codecs for ACP 6.3 platform. Also, it adds a generic SoundWire
machine driver code for legacy(No DSP) stack.

Vijendar Mukunda (6):
  ASoC: amd: acp: add rt722 based soundwire machines
  ASoC: amd: acp: add RT711, RT714 & RT1316 support for acp 6.3 platform
  ASoC: amd: ps: add soundwire machines for acp6.3 platform
  ASoC: amd: acp: move get_acp63_cpu_pin_id() to common file
  ASoC: amd: acp: add soundwire machine driver for legacy stack
  ASoC: amd: ps: fix the pcm device numbering for acp 6.3 platform

 sound/soc/amd/acp/Kconfig                |  29 ++
 sound/soc/amd/acp/Makefile               |   4 +
 sound/soc/amd/acp/acp-sdw-legacy-mach.c  | 486 +++++++++++++++++++++++
 sound/soc/amd/acp/acp-sdw-mach-common.c  |  64 +++
 sound/soc/amd/acp/acp-sdw-sof-mach.c     |  49 +--
 sound/soc/amd/acp/amd-acp63-acpi-match.c |  54 +++
 sound/soc/amd/acp/soc_amd_sdw_common.h   |   4 +
 sound/soc/amd/mach-config.h              |   1 +
 sound/soc/amd/ps/pci-ps.c                |   1 +
 sound/soc/amd/ps/ps-sdw-dma.c            |   2 +
 10 files changed, 646 insertions(+), 48 deletions(-)
 create mode 100644 sound/soc/amd/acp/acp-sdw-legacy-mach.c
 create mode 100644 sound/soc/amd/acp/acp-sdw-mach-common.c

Comments

Mark Brown Nov. 14, 2024, 4:58 p.m. UTC | #1
On Wed, 13 Nov 2024 17:22:17 +0530, Vijendar Mukunda wrote:
> This patch series add SoundWire machines for RT711, RT714, RT1316 and
> RT722 codecs for ACP 6.3 platform. Also, it adds a generic SoundWire
> machine driver code for legacy(No DSP) stack.
> 
> Vijendar Mukunda (6):
>   ASoC: amd: acp: add rt722 based soundwire machines
>   ASoC: amd: acp: add RT711, RT714 & RT1316 support for acp 6.3 platform
>   ASoC: amd: ps: add soundwire machines for acp6.3 platform
>   ASoC: amd: acp: move get_acp63_cpu_pin_id() to common file
>   ASoC: amd: acp: add soundwire machine driver for legacy stack
>   ASoC: amd: ps: fix the pcm device numbering for acp 6.3 platform
> 
> [...]

Applied to

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

Thanks!

[1/6] ASoC: amd: acp: add rt722 based soundwire machines
      commit: 804aaa9df6c3bf9744205ae51cad084ee97567bc
[2/6] ASoC: amd: acp: add RT711, RT714 & RT1316 support for acp 6.3 platform
      commit: 7d3fe292efb637d1f748926390a3a4cc90c4c4e9
[3/6] ASoC: amd: ps: add soundwire machines for acp6.3 platform
      commit: 56d540befd5940dc34b4e22cc9b8ce9bb45946f7
[4/6] ASoC: amd: acp: move get_acp63_cpu_pin_id() to common file
      commit: 393347cc10ea24c9f93b45e8e2f90fcc48ab1d8e
[5/6] ASoC: amd: acp: add soundwire machine driver for legacy stack
      commit: 2981d9b0789c44b7375e7d599caf71bd843afc9e
[6/6] ASoC: amd: ps: fix the pcm device numbering for acp 6.3 platform
      commit: 76b5a3b2afdce1460dcd06221f7aa8eb2b807b1f

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