diff options
author | V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com> | 2022-09-13 20:13:17 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-09-20 19:38:03 +0100 |
commit | ed2562c64b4f2cb434420f7d2818d0388250ac1a (patch) | |
tree | 0ccdc9e14b110be3bd5f25b40e4865f879b4dee2 /sound/soc/sof/topology.c | |
parent | 41cb85bc4b526bb228579c04857bc58213e5f9b5 (diff) |
ASoC: SOF: Adding amd HS functionality to the sof core
Add I2S HS control instance to the sof core.
This will help the amd topology to use the I2S HS Dai.
Signed-off-by: V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220913144319.1055302-4-Vsujithkumar.Reddy@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/topology.c')
-rw-r--r-- | sound/soc/sof/topology.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/topology.c b/sound/soc/sof/topology.c index 6087483deb48..51deda74dd26 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}, }; |