aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/fsi-hdmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sh/fsi-hdmi.c')
-rw-r--r--sound/soc/sh/fsi-hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/fsi-hdmi.c b/sound/soc/sh/fsi-hdmi.c
index fcda14925216..a52dd8ec71d3 100644
--- a/sound/soc/sh/fsi-hdmi.c
+++ b/sound/soc/sh/fsi-hdmi.c
@@ -22,7 +22,7 @@ static struct snd_soc_dai_link fsi_dai_link = {
22}; 22};
23 23
24static struct snd_soc_card fsi_soc_card = { 24static struct snd_soc_card fsi_soc_card = {
25 .name = "FSI", 25 .name = "FSI (SH MOBILE HDMI)",
26 .dai_link = &fsi_dai_link, 26 .dai_link = &fsi_dai_link,
27 .num_links = 1, 27 .num_links = 1,
28}; 28};