ASoC: fsi codecs: Update card name field
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 13 Sep 2010 10:40:13 +0000 (19:40 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 14 Sep 2010 07:49:12 +0000 (08:49 +0100)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/sh/fsi-ak4642.c
sound/soc/sh/fsi-da7210.c
sound/soc/sh/fsi-hdmi.c

index a7d2686..d96602d 100644 (file)
@@ -43,7 +43,7 @@ static struct snd_soc_dai_link fsi_dai_link = {
 };
 
 static struct snd_soc_card fsi_soc_card  = {
-       .name           = "FSI",
+       .name           = "FSI (AK4642)",
        .dai_link       = &fsi_dai_link,
        .num_links      = 1,
 };
index b527015..a6adb6e 100644 (file)
@@ -33,7 +33,7 @@ static struct snd_soc_dai_link fsi_da7210_dai = {
 };
 
 static struct snd_soc_card fsi_soc_card = {
-       .name           = "FSI",
+       .name           = "FSI (DA7210)",
        .dai_link       = &fsi_da7210_dai,
        .num_links      = 1,
 };
index fcda149..a52dd8e 100644 (file)
@@ -22,7 +22,7 @@ static struct snd_soc_dai_link fsi_dai_link = {
 };
 
 static struct snd_soc_card fsi_soc_card  = {
-       .name           = "FSI",
+       .name           = "FSI (SH MOBILE HDMI)",
        .dai_link       = &fsi_dai_link,
        .num_links      = 1,
 };