diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2024-01-29 11:21:43 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-01-30 16:06:39 +0000 |
commit | 14d89e55dec9c4e49d196b9d5d659d02dcc8252b (patch) | |
tree | c40a8edabfb6e346764f223f4eeec75e43766b77 /sound/soc/sof/sof-audio.h | |
parent | 96eb818510120a869711876026ca7c0aa2b4171e (diff) |
ASoC: SOF: amd: Add Soundwire DAI configuration support for AMD platforms
Add support for configuring AMD Soundwire DAI from topology.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://msgid.link/r/20240129055147.1493853-10-Vijendar.Mukunda@amd.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 8874ee5f557f..f98242a404db 100644 --- a/sound/soc/sof/sof-audio.h +++ b/sound/soc/sof/sof-audio.h @@ -276,6 +276,7 @@ enum sof_tokens { SOF_ACPDMIC_TOKENS, SOF_ACPI2S_TOKENS, SOF_MICFIL_TOKENS, + SOF_ACP_SDW_TOKENS, /* this should be the last */ SOF_TOKEN_COUNT, |