LF-3744-1 ASoC: SOF: imx8m: add SAI1 info
authorViorel Suman <viorel.suman@nxp.com>
Thu, 22 Apr 2021 10:10:47 +0000 (13:10 +0300)
committerViorel Suman <viorel.suman@nxp.com>
Sun, 25 Apr 2021 10:40:31 +0000 (13:40 +0300)
Add SAI1 instance to imx8m_dai array.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
sound/soc/sof/imx/imx8m.c

index 672c5b4..dc3d3f9 100644 (file)
@@ -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 = {