Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283659
b: refs/heads/master
c: bdb527e
h: refs/heads/master
i:
  283657: 03a3dc9
  283655: 7bb9397
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 24, 2011
1 parent c121b20 commit acb5ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 49fa4d9b5aeafb985abe8cb8cdf6432690c49ad3
refs/heads/master: bdb527e9ae038d76917a999108176c5f5be5e35e
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8940.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ static int wm8940_set_dai_clkdiv(struct snd_soc_dai *codec_dai,

switch (div_id) {
case WM8940_BCLKDIV:
reg = snd_soc_read(codec, WM8940_CLOCK) & 0xFFEF3;
reg = snd_soc_read(codec, WM8940_CLOCK) & 0xFEF3;
ret = snd_soc_write(codec, WM8940_CLOCK, reg | (div << 2));
break;
case WM8940_MCLKDIV:
Expand Down

0 comments on commit acb5ee3

Please sign in to comment.