diff options
author | V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com> | 2022-11-29 15:30:59 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-29 12:56:09 +0000 |
commit | 75af41991955205fa0958feb587ce22b35aaa7b0 (patch) | |
tree | e2f61028b2d6e18bad7df4c54c49dc87cf006cbe /sound/soc/sof/sof-audio.h | |
parent | aeb2e9c4eedc6fed264a51ca2ea17c83984d2a64 (diff) |
ASoC: SOF: Add DAI configuration support for AMD platforms.
Add support for configuring sp and hs DAI from topology.
Signed-off-by: V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com>
Link: https://lore.kernel.org/r/20221129100102.826781-1-vsujithkumar.reddy@amd.corp-partner.google.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/sof-audio.h')
-rw-r--r-- | sound/soc/sof/sof-audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/sof-audio.h b/sound/soc/sof/sof-audio.h index 1b5b3ea53a6e..29cf951e3526 100644 --- a/sound/soc/sof/sof-audio.h +++ b/sound/soc/sof/sof-audio.h @@ -248,6 +248,7 @@ enum sof_tokens { SOF_COPIER_FORMAT_TOKENS, SOF_GAIN_TOKENS, SOF_ACPDMIC_TOKENS, + SOF_ACPI2S_TOKENS, /* this should be the last */ SOF_TOKEN_COUNT, |