summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/topology.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-09-21 10:19:01 +0100
committerMark Brown <broonie@kernel.org>2022-09-21 10:19:01 +0100
commit1dc53232a9cbefad9a84f6a8bc35c15e2f592b4b (patch)
tree3cc7892c1a6a7ac1230e1afe77e3c09382676f5b /sound/soc/sof/topology.c
parent2ca8c73b67330b317200253f0017acd6832bac69 (diff)
parent40d3c041e2f871b3d2d78c8e360224f788ac17ab (diff)
downloadlinux-stable-1dc53232a9cbefad9a84f6a8bc35c15e2f592b4b.tar.gz
linux-stable-1dc53232a9cbefad9a84f6a8bc35c15e2f592b4b.tar.bz2
linux-stable-1dc53232a9cbefad9a84f6a8bc35c15e2f592b4b.zip
ADD SOF support for rembrandt platform
Merge series from V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com>: 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
Diffstat (limited to 'sound/soc/sof/topology.c')
-rw-r--r--sound/soc/sof/topology.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/topology.c b/sound/soc/sof/topology.c
index 1982a3d379bf..38855dd60617 100644
--- a/sound/soc/sof/topology.c
+++ b/sound/soc/sof/topology.c
@@ -287,6 +287,7 @@ static const struct sof_dai_types sof_dais[] = {
{"ACP", SOF_DAI_AMD_BT},
{"ACPSP", SOF_DAI_AMD_SP},
{"ACPDMIC", SOF_DAI_AMD_DMIC},
+ {"ACPHS", SOF_DAI_AMD_HS},
{"AFE", SOF_DAI_MEDIATEK_AFE},
};