aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-09-07 02:46:48 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-09-10 06:38:26 -0400
commitc570d529aff4b1242f2c7ba742c9738ac0050603 (patch)
tree528464d57f1f36718d79ec9c3251572665297c62 /sound
parent1fdc7dd537b78e73dfaca1ebfe497a05a2d34c9e (diff)
ASoC: fsi-ak4642: modify platform_name
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Laim Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/sh/fsi-ak4642.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/fsi-ak4642.c b/sound/soc/sh/fsi-ak4642.c
index 53836ca11d3b..a7d2686dbab0 100644
--- a/sound/soc/sh/fsi-ak4642.c
+++ b/sound/soc/sh/fsi-ak4642.c
@@ -32,7 +32,7 @@ static struct snd_soc_dai_link fsi_dai_link = {
32 .cpu_dai_name = "fsia-dai", /* fsi A */ 32 .cpu_dai_name = "fsia-dai", /* fsi A */
33 .codec_dai_name = "ak4642-hifi", 33 .codec_dai_name = "ak4642-hifi",
34#ifdef CONFIG_MACH_AP4EVB 34#ifdef CONFIG_MACH_AP4EVB
35 .platform_name = "sh_fsi2.0", 35 .platform_name = "sh_fsi2",
36 .codec_name = "ak4642-codec.0-0013", 36 .codec_name = "ak4642-codec.0-0013",
37#else 37#else
38 .platform_name = "sh_fsi.0", 38 .platform_name = "sh_fsi.0",