Skip to content

Commit

Permalink
ASoC: rt5631: Remove unused codec field from struct rt5631_priv
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 20, 2011
1 parent f96c255 commit 6765ff7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/codecs/rt5631.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "rt5631.h"

struct rt5631_priv {
struct snd_soc_codec *codec;
int codec_version;
int master;
int sysclk;
Expand Down Expand Up @@ -1632,7 +1631,6 @@ static int rt5631_probe(struct snd_soc_codec *codec)
}

codec->dapm.bias_level = SND_SOC_BIAS_STANDBY;
rt5631->codec = codec;

return 0;
}
Expand Down

0 comments on commit 6765ff7

Please sign in to comment.