diff options
-rw-r--r-- | sound/soc/codecs/da732x.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/da732x.c b/sound/soc/codecs/da732x.c index edcbfeafc8cb..c28cf339f066 100644 --- a/sound/soc/codecs/da732x.c +++ b/sound/soc/codecs/da732x.c | |||
@@ -35,7 +35,6 @@ | |||
35 | 35 | ||
36 | struct da732x_priv { | 36 | struct da732x_priv { |
37 | struct regmap *regmap; | 37 | struct regmap *regmap; |
38 | struct snd_soc_codec *codec; | ||
39 | 38 | ||
40 | unsigned int sysclk; | 39 | unsigned int sysclk; |
41 | bool pll_en; | 40 | bool pll_en; |
@@ -1512,8 +1511,6 @@ static int da732x_probe(struct snd_soc_codec *codec) | |||
1512 | { | 1511 | { |
1513 | struct da732x_priv *da732x = snd_soc_codec_get_drvdata(codec); | 1512 | struct da732x_priv *da732x = snd_soc_codec_get_drvdata(codec); |
1514 | 1513 | ||
1515 | da732x->codec = codec; | ||
1516 | |||
1517 | da732x_set_bias_level(codec, SND_SOC_BIAS_STANDBY); | 1514 | da732x_set_bias_level(codec, SND_SOC_BIAS_STANDBY); |
1518 | 1515 | ||
1519 | return 0; | 1516 | return 0; |