MLK-24615-2: Fix DAI driver name

We must match this with the name from topology.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
This commit is contained in:
Daniel Baluta 2020-10-07 11:58:36 +03:00
parent abd6613785
commit 56e2a4933c

View File

@ -408,7 +408,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",
},
};