diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-09-13 06:40:13 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-14 03:49:12 -0400 |
commit | 1c7fc7e547ed68e3f5eb1b056e4cf10b316335d6 (patch) | |
tree | 987ccc4cdb75dab24dbd8b24a14fe4f4051381f4 /sound/soc/sh | |
parent | 29f9e39a5518401debac71a151d0fa7eca044137 (diff) |
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>
Diffstat (limited to 'sound/soc/sh')
-rw-r--r-- | sound/soc/sh/fsi-ak4642.c | 2 | ||||
-rw-r--r-- | sound/soc/sh/fsi-da7210.c | 2 | ||||
-rw-r--r-- | sound/soc/sh/fsi-hdmi.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/sh/fsi-ak4642.c b/sound/soc/sh/fsi-ak4642.c index a7d2686dbab0..d96602de71de 100644 --- a/sound/soc/sh/fsi-ak4642.c +++ b/sound/soc/sh/fsi-ak4642.c | |||
@@ -43,7 +43,7 @@ static struct snd_soc_dai_link fsi_dai_link = { | |||
43 | }; | 43 | }; |
44 | 44 | ||
45 | static struct snd_soc_card fsi_soc_card = { | 45 | static struct snd_soc_card fsi_soc_card = { |
46 | .name = "FSI", | 46 | .name = "FSI (AK4642)", |
47 | .dai_link = &fsi_dai_link, | 47 | .dai_link = &fsi_dai_link, |
48 | .num_links = 1, | 48 | .num_links = 1, |
49 | }; | 49 | }; |
diff --git a/sound/soc/sh/fsi-da7210.c b/sound/soc/sh/fsi-da7210.c index b5270156c817..a6adb6e43250 100644 --- a/sound/soc/sh/fsi-da7210.c +++ b/sound/soc/sh/fsi-da7210.c | |||
@@ -33,7 +33,7 @@ static struct snd_soc_dai_link fsi_da7210_dai = { | |||
33 | }; | 33 | }; |
34 | 34 | ||
35 | static struct snd_soc_card fsi_soc_card = { | 35 | static struct snd_soc_card fsi_soc_card = { |
36 | .name = "FSI", | 36 | .name = "FSI (DA7210)", |
37 | .dai_link = &fsi_da7210_dai, | 37 | .dai_link = &fsi_da7210_dai, |
38 | .num_links = 1, | 38 | .num_links = 1, |
39 | }; | 39 | }; |
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 | ||
24 | static struct snd_soc_card fsi_soc_card = { | 24 | static 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 | }; |