summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-05-31 09:24:57 +0100
committerAndy Green <andy.green@linaro.org>2011-05-31 11:06:26 +0100
commitaf8a65e3ddb60a403edfee1363d9ad255e76d086 (patch)
tree06c2d05378266db6a1a89d8ca1d9d22f914f3939 /sound
parent15e4be1558e52ab496712340477913c24aa2012c (diff)
alsa omap4 hdmi allow hdmi long name now asoc has it
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/omap/omap4-hdmi-card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/omap4-hdmi-card.c b/sound/soc/omap/omap4-hdmi-card.c
index 410435e19a6..28644e1a37f 100644
--- a/sound/soc/omap/omap4-hdmi-card.c
+++ b/sound/soc/omap/omap4-hdmi-card.c
@@ -39,7 +39,7 @@ static struct snd_soc_dai_link omap4_hdmi_dai = {
/* Audio machine driver */
static struct snd_soc_card snd_soc_omap4_hdmi = {
.name = "SDP4430HDMI",
- /* .long_name = "TI OMAP4 HDMI Board", */
+ .long_name = "TI OMAP4 HDMI Board",
.dai_link = &omap4_hdmi_dai,
.num_links = 1,
};