diff options
Diffstat (limited to 'sound/soc/codecs/wm8978.c')
-rw-r--r-- | sound/soc/codecs/wm8978.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/codecs/wm8978.c b/sound/soc/codecs/wm8978.c index d9d4e9dd1adb..8dcebaa8604a 100644 --- a/sound/soc/codecs/wm8978.c +++ b/sound/soc/codecs/wm8978.c | |||
@@ -873,8 +873,6 @@ static int wm8978_suspend(struct platform_device *pdev, pm_message_t state) | |||
873 | wm8978_set_bias_level(codec, SND_SOC_BIAS_OFF); | 873 | wm8978_set_bias_level(codec, SND_SOC_BIAS_OFF); |
874 | /* Also switch PLL off */ | 874 | /* Also switch PLL off */ |
875 | snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1, 0); | 875 | snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1, 0); |
876 | /* Put to sleep */ | ||
877 | snd_soc_write(codec, WM8978_POWER_MANAGEMENT_2, 0x40); | ||
878 | 876 | ||
879 | return 0; | 877 | return 0; |
880 | } | 878 | } |
@@ -887,9 +885,6 @@ static int wm8978_resume(struct platform_device *pdev) | |||
887 | int i; | 885 | int i; |
888 | u16 *cache = codec->reg_cache; | 886 | u16 *cache = codec->reg_cache; |
889 | 887 | ||
890 | /* Wake up the codec */ | ||
891 | snd_soc_write(codec, WM8978_POWER_MANAGEMENT_2, 0); | ||
892 | |||
893 | /* Sync reg_cache with the hardware */ | 888 | /* Sync reg_cache with the hardware */ |
894 | for (i = 0; i < ARRAY_SIZE(wm8978_reg); i++) { | 889 | for (i = 0; i < ARRAY_SIZE(wm8978_reg); i++) { |
895 | if (i == WM8978_RESET) | 890 | if (i == WM8978_RESET) |