diff options
author | Mark Brown <broonie@kernel.org> | 2022-09-21 10:19:01 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-09-21 10:19:01 +0100 |
commit | 1dc53232a9cbefad9a84f6a8bc35c15e2f592b4b (patch) | |
tree | 3cc7892c1a6a7ac1230e1afe77e3c09382676f5b /include/sound | |
parent | 2ca8c73b67330b317200253f0017acd6832bac69 (diff) | |
parent | 40d3c041e2f871b3d2d78c8e360224f788ac17ab (diff) | |
download | linux-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 'include/sound')
-rw-r--r-- | include/sound/sof/dai.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/sof/dai.h b/include/sound/sof/dai.h index 21d98f31a9ca..83fd81c82e4c 100644 --- a/include/sound/sof/dai.h +++ b/include/sound/sof/dai.h @@ -84,6 +84,7 @@ enum sof_ipc_dai_type { SOF_DAI_AMD_BT, /**< AMD ACP BT*/ SOF_DAI_AMD_SP, /**< AMD ACP SP */ SOF_DAI_AMD_DMIC, /**< AMD ACP DMIC */ + SOF_DAI_AMD_HS, /**< Amd HS */ SOF_DAI_MEDIATEK_AFE, /**< Mediatek AFE */ }; @@ -112,6 +113,7 @@ struct sof_ipc_dai_config { struct sof_ipc_dai_acp_params acpbt; struct sof_ipc_dai_acp_params acpsp; struct sof_ipc_dai_acpdmic_params acpdmic; + struct sof_ipc_dai_acp_params acphs; struct sof_ipc_dai_mtk_afe_params afe; }; } __packed; |