[PATCH 0/4] ADD SOF support for rembrandt platform

V sujith kumar Reddy Vsujithkumar.Reddy at amd.com
Tue Sep 13 16:43:14 CEST 2022


This series consists of

1.Make ACP core code generic for newer SOC transition
2.Add support for Rembrandt plaform
3.Adding amd HS functionality to the sof core 
4.increase SRAM inbox and outbox size to 1024


Ajit Kumar Pandey (1):
  ASoC: SOF: amd: Make ACP core code generic for newer SOC transition

V sujith kumar Reddy (3):
  ASoC: SOF: amd: Add support for Rembrandt plaform.
  ASoC: SOF: Adding amd HS functionality to the sof core
  ASoC: SOF: amd: increase SRAM inbox and outbox size to 1024

 include/sound/sof/dai.h            |   2 +
 sound/soc/sof/amd/Kconfig          |  10 ++
 sound/soc/sof/amd/Makefile         |   4 +-
 sound/soc/sof/amd/acp-common.c     | 111 +++++++++++++++++
 sound/soc/sof/amd/acp-dsp-offset.h |  33 +++--
 sound/soc/sof/amd/acp-ipc.c        |  49 ++++++--
 sound/soc/sof/amd/acp-loader.c     |  20 +++-
 sound/soc/sof/amd/acp-pcm.c        |   3 +-
 sound/soc/sof/amd/acp-stream.c     |   7 +-
 sound/soc/sof/amd/acp.c            |  52 +++++---
 sound/soc/sof/amd/acp.h            |  38 ++++--
 sound/soc/sof/amd/pci-rmb.c        | 186 +++++++++++++++++++++++++++++
 sound/soc/sof/amd/pci-rn.c         |  11 ++
 sound/soc/sof/amd/rembrandt.c      | 134 +++++++++++++++++++++
 sound/soc/sof/amd/renoir.c         | 101 ++--------------
 sound/soc/sof/ipc3-pcm.c           |   9 ++
 sound/soc/sof/ipc3-topology.c      |  33 +++++
 sound/soc/sof/topology.c           |   1 +
 18 files changed, 653 insertions(+), 151 deletions(-)
 create mode 100644 sound/soc/sof/amd/acp-common.c
 create mode 100644 sound/soc/sof/amd/pci-rmb.c
 create mode 100644 sound/soc/sof/amd/rembrandt.c

-- 
2.25.1



More information about the Alsa-devel mailing list