diff options
Diffstat (limited to 'sound/soc/codecs/ak4535.c')
-rw-r--r-- | sound/soc/codecs/ak4535.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4535.c b/sound/soc/codecs/ak4535.c index 2f6221b2ebb5..b5917df0d2a8 100644 --- a/sound/soc/codecs/ak4535.c +++ b/sound/soc/codecs/ak4535.c | |||
@@ -445,7 +445,6 @@ static int ak4535_resume(struct platform_device *pdev) | |||
445 | struct snd_soc_codec *codec = socdev->card->codec; | 445 | struct snd_soc_codec *codec = socdev->card->codec; |
446 | ak4535_sync(codec); | 446 | ak4535_sync(codec); |
447 | ak4535_set_bias_level(codec, SND_SOC_BIAS_STANDBY); | 447 | ak4535_set_bias_level(codec, SND_SOC_BIAS_STANDBY); |
448 | ak4535_set_bias_level(codec, codec->suspend_bias_level); | ||
449 | return 0; | 448 | return 0; |
450 | } | 449 | } |
451 | 450 | ||