aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8510.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8510.c')
-rw-r--r--sound/soc/codecs/wm8510.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c
index af8cb6995a1f..d3527001b178 100644
--- a/sound/soc/codecs/wm8510.c
+++ b/sound/soc/codecs/wm8510.c
@@ -556,7 +556,7 @@ static int wm8510_resume(struct platform_device *pdev)
556 codec->hw_write(codec->control_data, data, 2); 556 codec->hw_write(codec->control_data, data, 2);
557 } 557 }
558 wm8510_set_bias_level(codec, SND_SOC_BIAS_STANDBY); 558 wm8510_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
559 wm8510_set_bias_level(codec, codec->suspend_bias_level); 559
560 return 0; 560 return 0;
561} 561}
562 562