diff options
author | Daniel Baluta <daniel.baluta@nxp.com> | 2019-08-15 14:20:15 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-16 13:13:02 +0100 |
commit | f59b16ef4ccea1b52f1c4e4c60ce507dc0bcc0ad (patch) | |
tree | f168f2fc28bb159e5162a9d030bf7017b2c9fb7e /include/uapi/sound/sof | |
parent | 6173269038e98408c27cfb438ff07d463fbd0b33 (diff) |
ASoC: SOF: topology: Add dummy support for i.MX8 DAIs
Add dummy support for SAI/ESAI digital audio interface
IPs found on i.MX8 boards.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20190815192018.30570-2-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi/sound/sof')
-rw-r--r-- | include/uapi/sound/sof/tokens.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/uapi/sound/sof/tokens.h b/include/uapi/sound/sof/tokens.h index 6435240cef13..8f996857fb24 100644 --- a/include/uapi/sound/sof/tokens.h +++ b/include/uapi/sound/sof/tokens.h @@ -106,4 +106,12 @@ /* for backward compatibility */ #define SOF_TKN_EFFECT_TYPE SOF_TKN_PROCESS_TYPE +/* SAI */ +#define SOF_TKN_IMX_SAI_FIRST_TOKEN 1000 +/* TODO: Add SAI tokens */ + +/* ESAI */ +#define SOF_TKN_IMX_ESAI_FIRST_TOKEN 1100 +/* TODO: Add ESAI tokens */ + #endif |