]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: omap-hdmi-card: Use the same name for platform as the cpu_dai
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 16 Apr 2014 12:46:29 +0000 (15:46 +0300)
committerMark Brown <broonie@linaro.org>
Fri, 18 Apr 2014 17:00:47 +0000 (18:00 +0100)
Now that the platform driver is registered with the cpu_dai's device we
can use the same name for it.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/omap/omap-hdmi-card.c

index 7e66e9cba5a8770ca2a77abbb1c3be2b3aab5a29..f649fe84b629ff1e38d8b353c6bc99bc709dc7de 100644 (file)
@@ -33,7 +33,7 @@ static struct snd_soc_dai_link omap_hdmi_dai = {
        .name = "HDMI",
        .stream_name = "HDMI",
        .cpu_dai_name = "omap-hdmi-audio-dai",
-       .platform_name = "omap-pcm-audio",
+       .platform_name = "omap-hdmi-audio-dai",
        .codec_name = "hdmi-audio-codec",
        .codec_dai_name = "hdmi-hifi",
 };