diff options
Diffstat (limited to 'sound/soc/codecs/uda1380.c')
-rw-r--r-- | sound/soc/codecs/uda1380.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/uda1380.c b/sound/soc/codecs/uda1380.c index ecba686563aa..2f925a27dcde 100644 --- a/sound/soc/codecs/uda1380.c +++ b/sound/soc/codecs/uda1380.c | |||
@@ -670,7 +670,6 @@ static int uda1380_resume(struct platform_device *pdev) | |||
670 | codec->hw_write(codec->control_data, data, 2); | 670 | codec->hw_write(codec->control_data, data, 2); |
671 | } | 671 | } |
672 | uda1380_set_bias_level(codec, SND_SOC_BIAS_STANDBY); | 672 | uda1380_set_bias_level(codec, SND_SOC_BIAS_STANDBY); |
673 | uda1380_set_bias_level(codec, codec->suspend_bias_level); | ||
674 | return 0; | 673 | return 0; |
675 | } | 674 | } |
676 | 675 | ||