diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-10-19 23:00:06 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-20 10:02:34 -0400 |
commit | 6765ff778e8f887e518504bebfdd10b5db5c800d (patch) | |
tree | 959b95c7ed4ec30860b72d94227fac6e46c37293 /sound/soc/codecs/rt5631.c | |
parent | f96c255df75782c97dca8e2529bc09cb80425fe7 (diff) |
ASoC: rt5631: Remove unused codec field from struct rt5631_priv
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>
Diffstat (limited to 'sound/soc/codecs/rt5631.c')
-rw-r--r-- | sound/soc/codecs/rt5631.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/rt5631.c b/sound/soc/codecs/rt5631.c index 86e69f46199f..27a078cbb6eb 100644 --- a/sound/soc/codecs/rt5631.c +++ b/sound/soc/codecs/rt5631.c | |||
@@ -31,7 +31,6 @@ | |||
31 | #include "rt5631.h" | 31 | #include "rt5631.h" |
32 | 32 | ||
33 | struct rt5631_priv { | 33 | struct rt5631_priv { |
34 | struct snd_soc_codec *codec; | ||
35 | int codec_version; | 34 | int codec_version; |
36 | int master; | 35 | int master; |
37 | int sysclk; | 36 | int sysclk; |
@@ -1632,7 +1631,6 @@ static int rt5631_probe(struct snd_soc_codec *codec) | |||
1632 | } | 1631 | } |
1633 | 1632 | ||
1634 | codec->dapm.bias_level = SND_SOC_BIAS_STANDBY; | 1633 | codec->dapm.bias_level = SND_SOC_BIAS_STANDBY; |
1635 | rt5631->codec = codec; | ||
1636 | 1634 | ||
1637 | return 0; | 1635 | return 0; |
1638 | } | 1636 | } |