[PATCH 0/4] ADD SOF support for rembrandt platform
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Tue Sep 20 17:20:02 CEST 2022
On 9/13/22 16:43, V sujith kumar Reddy wrote:
> 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
As Daniel Baluta mentioned it, the Reviewed-by tags are added with a
GitHub API script when the topic/sof-dev-rebase branch is updated.
Since I was the only reviewer, it's probably faster at this point to
re-add my tag, for the series:
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
> 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
>
More information about the Alsa-devel
mailing list