Skip to content

Commit

Permalink
ASoC: rsrc-card: remove unused dai_num
Browse files Browse the repository at this point in the history
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed May 30, 2016
1 parent 1a695a9 commit 52fd98b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/sh/rcar/rsrc-card.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ struct rsrc_card_priv {
struct snd_soc_codec_conf codec_conf;
struct rsrc_card_dai *dai_props;
struct snd_soc_dai_link *dai_link;
int dai_num;
u32 convert_rate;
u32 convert_channels;
};
Expand Down Expand Up @@ -418,7 +417,6 @@ static int rsrc_card_parse_of(struct device_node *node,

priv->dai_props = props;
priv->dai_link = links;
priv->dai_num = num;

/* Init snd_soc_card */
priv->snd_card.owner = THIS_MODULE;
Expand Down

0 comments on commit 52fd98b

Please sign in to comment.