]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 a7d2686dbab0d11bbdba149809663f36a26847ad..d96602de71de3fd351eb4c1a2b1ccbb0d21c819a 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 b5270156c8173433f47dc845a517e9dd7af0d28a..a6adb6e432507bd921cc7cc948c0380868a3bd4f 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 fcda14925216d7df28d395d0d26e467184d741df..a52dd8ec71d38d1b7b0c0b48d0707c34e9e28669 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,
 };