mbox series

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

Message ID 20241113115223.3274868-1-Vijendar.Mukunda@amd.com
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