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 /include/uapi/sound | |
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 'include/uapi/sound')
-rw-r--r-- | include/uapi/sound/sof/tokens.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/sound/sof/tokens.h b/include/uapi/sound/sof/tokens.h index f187dfbd9325..bacaf8a6317e 100644 --- a/include/uapi/sound/sof/tokens.h +++ b/include/uapi/sound/sof/tokens.h @@ -198,4 +198,9 @@ /* COPIER */ #define SOF_TKN_INTEL_COPIER_NODE_TYPE 1980 +/* ACP I2S */ +#define SOF_TKN_AMD_ACPI2S_RATE 1700 +#define SOF_TKN_AMD_ACPI2S_CH 1701 +#define SOF_TKN_AMD_ACPI2S_TDM_MODE 1702 + #endif |