Unverified Commit 243442bc authored by Viorel Suman's avatar Viorel Suman Committed by Mark Brown
Browse files

ASoC: SOF: imx8m: add SAI1 info

parent 7a20dec4
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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 = {