aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/wm8962.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index 2dd710f58b85..dc5f19e1065f 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -3720,8 +3720,6 @@ static int wm8962_runtime_resume(struct device *dev)
3720 regmap_update_bits(wm8962->regmap, WM8962_PWR_MGMT_1, 3720 regmap_update_bits(wm8962->regmap, WM8962_PWR_MGMT_1,
3721 WM8962_VMID_SEL_MASK, 0x100); 3721 WM8962_VMID_SEL_MASK, 0x100);
3722 3722
3723 dev_crit(dev, "RESUME\n");
3724
3725 return 0; 3723 return 0;
3726} 3724}
3727 3725
@@ -3729,8 +3727,6 @@ static int wm8962_runtime_suspend(struct device *dev)
3729{ 3727{
3730 struct wm8962_priv *wm8962 = dev_get_drvdata(dev); 3728 struct wm8962_priv *wm8962 = dev_get_drvdata(dev);
3731 3729
3732 dev_crit(dev, "SUSPEND\n");
3733
3734 regmap_update_bits(wm8962->regmap, WM8962_PWR_MGMT_1, 3730 regmap_update_bits(wm8962->regmap, WM8962_PWR_MGMT_1,
3735 WM8962_VMID_SEL_MASK | WM8962_BIAS_ENA, 0); 3731 WM8962_VMID_SEL_MASK | WM8962_BIAS_ENA, 0);
3736 3732