From: Kuninori Morimoto Date: Tue, 7 Sep 2010 06:46:48 +0000 (+0900) Subject: ASoC: fsi-ak4642: modify platform_name X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c570d529aff4b1242f2c7ba742c9738ac0050603;p=linux-beck.git ASoC: fsi-ak4642: modify platform_name Signed-off-by: Kuninori Morimoto Acked-by: Laim Girdwood Signed-off-by: Mark Brown --- 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 = { .cpu_dai_name = "fsia-dai", /* fsi A */ .codec_dai_name = "ak4642-hifi", #ifdef CONFIG_MACH_AP4EVB - .platform_name = "sh_fsi2.0", + .platform_name = "sh_fsi2", .codec_name = "ak4642-codec.0-0013", #else .platform_name = "sh_fsi.0",