aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5631.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/rt5631.c')
-rw-r--r--sound/soc/codecs/rt5631.c2
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
33struct rt5631_priv { 33struct 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}