Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293412
b: refs/heads/master
c: d690516
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Feb 23, 2012
1 parent 945a290 commit 7ad2577
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2901d6ebe1f9da781a5bbb64d7c2a46c4b8e7364
refs/heads/master: d690516c6dcef11b87c35ce294ae1fcf9797276f
4 changes: 0 additions & 4 deletions trunk/sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -3720,17 +3720,13 @@ static int wm8962_runtime_resume(struct device *dev)
regmap_update_bits(wm8962->regmap, WM8962_PWR_MGMT_1,
WM8962_VMID_SEL_MASK, 0x100);

dev_crit(dev, "RESUME\n");

return 0;
}

static int wm8962_runtime_suspend(struct device *dev)
{
struct wm8962_priv *wm8962 = dev_get_drvdata(dev);

dev_crit(dev, "SUSPEND\n");

regmap_update_bits(wm8962->regmap, WM8962_PWR_MGMT_1,
WM8962_VMID_SEL_MASK | WM8962_BIAS_ENA, 0);

Expand Down

0 comments on commit 7ad2577

Please sign in to comment.