summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/cs42l73.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/cs42l73.c b/sound/soc/codecs/cs42l73.c
index 1b773bf..5544f14 100644
--- a/sound/soc/codecs/cs42l73.c
+++ b/sound/soc/codecs/cs42l73.c
@@ -1270,10 +1270,6 @@ static int cs42l73_suspend(struct snd_soc_codec *codec, pm_message_t state)
static int cs42l73_resume(struct snd_soc_codec *codec)
{
-
- struct cs42l73_private *cs42l73 = snd_soc_codec_get_drvdata(codec);
- regcache_sync(cs42l73->regmap);
-
cs42l73_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
return 0;
}