Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332175
b: refs/heads/master
c: eb4d5fc
h: refs/heads/master
i:
  332173: 3b7c03c
  332171: 7d0a6a3
  332167: 441d00d
  332159: bc14788
v: v3
  • Loading branch information
Mark Brown committed Sep 28, 2012
1 parent 8d41db8 commit 0522b7e
Show file tree
Hide file tree
Showing 2 changed files with 6 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: ae60503741991a36ed6b2a8f53b249b2a72af52b
refs/heads/master: eb4d5fc1f0ce89e3d5b072c594a1e213a0e05881
5 changes: 5 additions & 0 deletions trunk/sound/soc/codecs/wm_hubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,11 @@ void wm_hubs_update_class_w(struct snd_soc_codec *codec)

snd_soc_update_bits(codec, WM8993_CLASS_W_0,
WM8993_CP_DYN_V | WM8993_CP_DYN_FREQ, enable);

snd_soc_write(codec, WM8993_LEFT_OUTPUT_VOLUME,
snd_soc_read(codec, WM8993_LEFT_OUTPUT_VOLUME));
snd_soc_write(codec, WM8993_RIGHT_OUTPUT_VOLUME,
snd_soc_read(codec, WM8993_RIGHT_OUTPUT_VOLUME));
}
EXPORT_SYMBOL_GPL(wm_hubs_update_class_w);

Expand Down

0 comments on commit 0522b7e

Please sign in to comment.