Skip to content

Commit

Permalink
ASoC: sh: fsi-ak4642: tidyup unnecessary variables
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Dec 1, 2010
1 parent 131d810 commit 437f6a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sound/soc/sh/fsi-ak4642.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 437f6a2

Please sign in to comment.