Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332100
b: refs/heads/master
c: da8b8e0
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Sep 13, 2012
1 parent ae5a035 commit e62c29f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b315958d330d3ebf46b7d45e0978a97be2c4ac0
refs/heads/master: da8b8e0f15b375b44ed8ef4b0c5f5f60f19ccb37
2 changes: 2 additions & 0 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,8 @@ int snd_soc_suspend(struct device *dev)
codec->driver->suspend(codec);
codec->suspended = 1;
codec->cache_sync = 1;
if (codec->using_regmap)
regcache_mark_dirty(codec->control_data);
break;
default:
dev_dbg(codec->dev, "CODEC is on over suspend\n");
Expand Down

0 comments on commit e62c29f

Please sign in to comment.