summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/fsl/imx-pcm-dma-v2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-pcm-dma-v2.c b/sound/soc/fsl/imx-pcm-dma-v2.c
index d14539332751..97b24a6e5078 100644
--- a/sound/soc/fsl/imx-pcm-dma-v2.c
+++ b/sound/soc/fsl/imx-pcm-dma-v2.c
@@ -254,6 +254,7 @@ static int imx_pcm_new(struct snd_soc_pcm_runtime *rtd)
}
static struct snd_soc_component_driver imx_soc_platform = {
+ .name = "imx-pcm-dma-v2",
.ops = &imx_pcm_ops,
.pcm_new = imx_pcm_new,
};