commit | 1c7fc7e547ed68e3f5eb1b056e4cf10b316335d6 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Sep 13 19:40:13 2010 +0900 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Sep 14 08:49:12 2010 +0100 |
tree | 987ccc4cdb75dab24dbd8b24a14fe4f4051381f4 | |
parent | 29f9e39a5518401debac71a151d0fa7eca044137 [diff] [blame] |
ASoC: fsi codecs: Update card name field Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
diff --git a/sound/soc/sh/fsi-hdmi.c b/sound/soc/sh/fsi-hdmi.c index fcda149..a52dd8e 100644 --- a/sound/soc/sh/fsi-hdmi.c +++ b/sound/soc/sh/fsi-hdmi.c
@@ -22,7 +22,7 @@ }; static struct snd_soc_card fsi_soc_card = { - .name = "FSI", + .name = "FSI (SH MOBILE HDMI)", .dai_link = &fsi_dai_link, .num_links = 1, };