summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri@ti.com>2012-10-09 12:25:33 -0500
committerAndy Green <andy.green@linaro.org>2012-11-27 11:42:55 +0800
commit9ea3807b0e027816b10d26a582efe3ac9d169f01 (patch)
tree90ada2d5a3786b54a061141e50f0e820e40eb2fd /sound
parent3d6bcaeba271423ac9b0b34d16c8f40a4f0c802f (diff)
ASoC: OMAP: HDMI: Update CPU DAI driver name
Update driver name to use the device created by the OMAPDSS HDMI driver. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/omap/omap-hdmi-card.c2
-rw-r--r--sound/soc/omap/omap-hdmi.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/omap/omap-hdmi-card.c b/sound/soc/omap/omap-hdmi-card.c
index 91ddcd25bce..4508c6d7672 100644
--- a/sound/soc/omap/omap-hdmi-card.c
+++ b/sound/soc/omap/omap-hdmi-card.c
@@ -37,7 +37,7 @@ struct hdmi_card_data {
static struct snd_soc_dai_link omap_hdmi_dai = {
.name = "HDMI",
.stream_name = "HDMI",
- .cpu_dai_name = "omap-hdmi-audio-dai",
+ .cpu_dai_name = "omap_hdmi_audio",
.platform_name = "omap-pcm-audio",
.codec_name = "hdmi-audio-codec",
.codec_dai_name = "omap-hdmi-hifi",
diff --git a/sound/soc/omap/omap-hdmi.c b/sound/soc/omap/omap-hdmi.c
index b7385f725e9..b9289101808 100644
--- a/sound/soc/omap/omap-hdmi.c
+++ b/sound/soc/omap/omap-hdmi.c
@@ -37,7 +37,7 @@
#include "omap-pcm.h"
#include "omap-hdmi.h"
-#define DRV_NAME "omap-hdmi-audio-dai"
+#define DRV_NAME "omap_hdmi_audio"
struct hdmi_priv {
struct omap_pcm_dma_data dma_params;