dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Kuninori Morimoto 2010-12-01 15:50:42 +09:00 committed by Mark Brown
parent 131d81061e
commit 437f6a2b25
1 changed files with 0 additions and 6 deletions

View File

@ -34,14 +34,8 @@ static int fsi_ak4642_dai_init(struct snd_soc_pcm_runtime *rtd)
}
static struct snd_soc_dai_link fsi_dai_link = {
/* .name */
/* .stream_name */
/* .cpu_dai_name */
.codec_dai_name = "ak4642-hifi",
/* .platform_name */
/* .codec_name */
.init = fsi_ak4642_dai_init,
.ops = NULL,
};
static struct snd_soc_card fsi_soc_card = {