diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-12-01 01:50:42 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-12-01 06:49:46 -0500 |
commit | 437f6a2b25becc0a2c2cfe02ce78d65a4957e5d8 (patch) | |
tree | 87e86078a0fa0ffc8530152c679e6d256f6ceb14 /sound/soc/sh | |
parent | 131d81061eba5ffd436b5d132530ac5205b16892 (diff) |
ASoC: sh: fsi-ak4642: tidyup unnecessary variables
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/sh')
-rw-r--r-- | sound/soc/sh/fsi-ak4642.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/sh/fsi-ak4642.c b/sound/soc/sh/fsi-ak4642.c index 4ef279c504db..839ba6cc2120 100644 --- a/sound/soc/sh/fsi-ak4642.c +++ b/sound/soc/sh/fsi-ak4642.c | |||
@@ -34,14 +34,8 @@ static int fsi_ak4642_dai_init(struct snd_soc_pcm_runtime *rtd) | |||
34 | } | 34 | } |
35 | 35 | ||
36 | static struct snd_soc_dai_link fsi_dai_link = { | 36 | static struct snd_soc_dai_link fsi_dai_link = { |
37 | /* .name */ | ||
38 | /* .stream_name */ | ||
39 | /* .cpu_dai_name */ | ||
40 | .codec_dai_name = "ak4642-hifi", | 37 | .codec_dai_name = "ak4642-hifi", |
41 | /* .platform_name */ | ||
42 | /* .codec_name */ | ||
43 | .init = fsi_ak4642_dai_init, | 38 | .init = fsi_ak4642_dai_init, |
44 | .ops = NULL, | ||
45 | }; | 39 | }; |
46 | 40 | ||
47 | static struct snd_soc_card fsi_soc_card = { | 41 | static struct snd_soc_card fsi_soc_card = { |