From: Daniel Baluta Date: Mon, 20 Jul 2020 07:20:43 +0000 (+0300) Subject: ASoC: SOF: imx8m: Fix SAI DAI driver for i.MX8M X-Git-Tag: v5.10.7~1331^2~24^2~79^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f23a8e9402f899e3555ac8aff3d3d050adafe39e;p=platform%2Fkernel%2Flinux-rpi.git ASoC: SOF: imx8m: Fix SAI DAI driver for i.MX8M This must match DAI name from topology. Also, sai-port is too generic. Physical DAI port on i.MX8MP is labeled SAI3. Signed-off-by: Daniel Baluta Reviewed-by: Pierre-Louis Bossart Reviewed-by: Kai Vehmanen Reviewed-by: Ranjani Sridharan Reviewed-by: Guennadi Liakhovetski Link: https://lore.kernel.org/r/20200720072046.8152-5-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 067d242..3b9c560 100644 --- a/sound/soc/sof/imx/imx8m.c +++ b/sound/soc/sof/imx/imx8m.c @@ -239,7 +239,7 @@ static int imx8m_ipc_pcm_params(struct snd_sof_dev *sdev, static struct snd_soc_dai_driver imx8m_dai[] = { { - .name = "sai-port", + .name = "sai3", .playback = { .channels_min = 1, .channels_max = 32,