diff options
author | Guido Roncarolo <guido.roncarolo@nxp.com> | 2019-12-17 18:26:15 -0600 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-12-18 19:54:07 +0000 |
commit | 9c1d4cf6ac26f890d82278326f6c7552c53ffb65 (patch) | |
tree | 16890d0c1580c4d2c7ec55ff6406f9e10b2eab38 /include/sound/sof/dai.h | |
parent | aa2b4a59871a0528bccb91ad94768c9dc2b7bb3d (diff) | |
download | linux-9c1d4cf6ac26f890d82278326f6c7552c53ffb65.tar.bz2 |
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/sound/sof/dai.h')
-rw-r--r-- | include/sound/sof/dai.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/sof/dai.h b/include/sound/sof/dai.h index c229565767e5..2565edd336f1 100644 --- a/include/sound/sof/dai.h +++ b/include/sound/sof/dai.h @@ -75,6 +75,7 @@ struct sof_ipc_dai_config { struct sof_ipc_dai_hda_params hda; struct sof_ipc_dai_alh_params alh; struct sof_ipc_dai_esai_params esai; + struct sof_ipc_dai_sai_params sai; }; } __packed; |