Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193420
b: refs/heads/master
c: dde3a7e
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Apr 28, 2010
1 parent b358518 commit 5a41f06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 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: cb7b76961f73e4ae934d44f7b2e7ba974442f2fe
refs/heads/master: dde3a7e9cb187e25deeac0269733116d4840f91e
4 changes: 0 additions & 4 deletions trunk/sound/soc/codecs/wm8960.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,10 +738,6 @@ static int wm8960_set_dai_clkdiv(struct snd_soc_dai *codec_dai,
u16 reg;

switch (div_id) {
case WM8960_SYSCLKSEL:
reg = snd_soc_read(codec, WM8960_CLOCK1) & 0x1fe;
snd_soc_write(codec, WM8960_CLOCK1, reg | div);
break;
case WM8960_SYSCLKDIV:
reg = snd_soc_read(codec, WM8960_CLOCK1) & 0x1f9;
snd_soc_write(codec, WM8960_CLOCK1, reg | div);
Expand Down
1 change: 0 additions & 1 deletion trunk/sound/soc/codecs/wm8960.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
#define WM8960_OPCLKDIV 2
#define WM8960_DCLKDIV 3
#define WM8960_TOCLKSEL 4
#define WM8960_SYSCLKSEL 5

#define WM8960_SYSCLK_DIV_1 (0 << 1)
#define WM8960_SYSCLK_DIV_2 (2 << 1)
Expand Down

0 comments on commit 5a41f06

Please sign in to comment.