From: Viorel Suman Date: Thu, 16 Sep 2021 07:37:25 +0000 (+0300) Subject: ASoC: SOF: imx8m: add SAI1 info X-Git-Tag: block-5.16-2021-11-13~71^2~2^2^2~205 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=243442bcd98f11e21d9827c06a995acf9a6ddead;p=linux-2.6-block.git ASoC: SOF: imx8m: add SAI1 info Add SAI1 instance to imx8m_dai array. Signed-off-by: Viorel Suman Reviewed-by: Paul Olaru Reviewed-by: Kai Vehmanen Link: https://lore.kernel.org/r/20210916073725.359561-1-daniel.baluta@oss.nxp.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/imx/imx8m.c b/sound/soc/sof/imx/imx8m.c index 6c3f7ffab262..0335175e8f24 100644 --- a/sound/soc/sof/imx/imx8m.c +++ b/sound/soc/sof/imx/imx8m.c @@ -246,6 +246,17 @@ static int imx8m_ipc_pcm_params(struct snd_sof_dev *sdev, } static struct snd_soc_dai_driver imx8m_dai[] = { +{ + .name = "sai1", + .playback = { + .channels_min = 1, + .channels_max = 32, + }, + .capture = { + .channels_min = 1, + .channels_max = 32, + }, +}, { .name = "sai3", .playback = {