Merge branch 'topic/asoc' into for-linus
[sfrench/cifs-2.6.git] / sound / soc / codecs / wm8728.c
index 07adc375a706f4c14cee3ca4effbe74944ccc00b..34be2d2b69eff81ab96f8b243d5541a7b71f2b73 100644 (file)
@@ -238,7 +238,7 @@ static int wm8728_resume(struct platform_device *pdev)
        struct snd_soc_device *socdev = platform_get_drvdata(pdev);
        struct snd_soc_codec *codec = socdev->card->codec;
 
-       wm8728_set_bias_level(codec, codec->suspend_bias_level);
+       wm8728_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
 
        return 0;
 }