summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2020-10-07 11:58:36 +0300
committerDaniel Baluta <daniel.baluta@nxp.com>2020-10-07 11:58:36 +0300
commit56e2a4933cf90a07825e3ebbccb7a16abd671933 (patch)
treeeb4da979d3747a1a72c0032248913febddf2b517 /sound/soc
parentabd6613785ec7ce35201cbf37464822ee4d9dcaf (diff)
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>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/sof/imx/imx8m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/imx/imx8m.c b/sound/soc/sof/imx/imx8m.c
index 15cd6db78d5d..09e136154efc 100644
--- a/sound/soc/sof/imx/imx8m.c
+++ b/sound/soc/sof/imx/imx8m.c
@@ -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",
},
};