diff options
author | Guido Roncarolo <guido.roncarolo@nxp.com> | 2019-12-18 03:26:15 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-12-18 22:54:07 +0300 |
commit | 9c1d4cf6ac26f890d82278326f6c7552c53ffb65 (patch) | |
tree | 16890d0c1580c4d2c7ec55ff6406f9e10b2eab38 /include/uapi/sound | |
parent | aa2b4a59871a0528bccb91ad94768c9dc2b7bb3d (diff) | |
download | linux-9c1d4cf6ac26f890d82278326f6c7552c53ffb65.tar.xz |
ASoC: SOF: imx: Describe SAI parameters to be sent to DSP
Introduce sof_ipc_dai_sai_params to keep information that
we get from topology and we send to DSP FW.
For the moment it is identical to ESAI one but it will
evolve shortly independently
Signed-off-by: Guido Roncarolo <guido.roncarolo@nxp.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191218002616.7652-8-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi/sound')
-rw-r--r-- | include/uapi/sound/sof/tokens.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/uapi/sound/sof/tokens.h b/include/uapi/sound/sof/tokens.h index a9a5c4d0a892..2a25cd8da503 100644 --- a/include/uapi/sound/sof/tokens.h +++ b/include/uapi/sound/sof/tokens.h @@ -113,8 +113,7 @@ #define SOF_TKN_EFFECT_TYPE SOF_TKN_PROCESS_TYPE /* SAI */ -#define SOF_TKN_IMX_SAI_FIRST_TOKEN 1000 -/* TODO: Add SAI tokens */ +#define SOF_TKN_IMX_SAI_MCLK_ID 1000 /* ESAI */ #define SOF_TKN_IMX_ESAI_MCLK_ID 1100 |