From: Viorel Suman Date: Thu, 22 Apr 2021 10:10:47 +0000 (+0300) Subject: LF-3744-1 ASoC: SOF: imx8m: add SAI1 info X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~215 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=dbe5ea55c013b50c92f53b46c1f7c4ae0dbfe4c7;p=linux.git LF-3744-1 ASoC: SOF: imx8m: add SAI1 info Add SAI1 instance to imx8m_dai array. Signed-off-by: Viorel Suman Reviewed-by: Daniel Baluta --- diff --git a/sound/soc/sof/imx/imx8m.c b/sound/soc/sof/imx/imx8m.c index 672c5b43f537..dc3d3f9a3bf9 100644 --- a/sound/soc/sof/imx/imx8m.c +++ b/sound/soc/sof/imx/imx8m.c @@ -394,6 +394,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 = {