aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/fsi-da7210.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-09-13 19:40:13 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-09-14 08:49:12 +0100
commit1c7fc7e547ed68e3f5eb1b056e4cf10b316335d6 (patch)
tree987ccc4cdb75dab24dbd8b24a14fe4f4051381f4 /sound/soc/sh/fsi-da7210.c
parent29f9e39a5518401debac71a151d0fa7eca044137 (diff)
downloadkernel_samsung_smdk4412-1c7fc7e547ed68e3f5eb1b056e4cf10b316335d6.zip
kernel_samsung_smdk4412-1c7fc7e547ed68e3f5eb1b056e4cf10b316335d6.tar.gz
kernel_samsung_smdk4412-1c7fc7e547ed68e3f5eb1b056e4cf10b316335d6.tar.bz2
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/fsi-da7210.c')
-rw-r--r--sound/soc/sh/fsi-da7210.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/fsi-da7210.c b/sound/soc/sh/fsi-da7210.c
index b527015..a6adb6e 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 = {
};
static struct snd_soc_card fsi_soc_card = {
- .name = "FSI",
+ .name = "FSI (DA7210)",
.dai_link = &fsi_da7210_dai,
.num_links = 1,
};