Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155321
b: refs/heads/master
c: 637a935
h: refs/heads/master
i:
  155319: 0d0b93f
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Jul 3, 2009
1 parent 03bfa99 commit 9c41066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0827d6ba0b76be398a3c4298afd41f4965d2cdcb
refs/heads/master: 637a935aaba2f05e2178c9d1b714d7a2c36c8b44
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static const u16 wm8753_reg[] = {
0x0097, 0x0097, 0x0000, 0x0004,
0x0000, 0x0083, 0x0024, 0x01ba,
0x0000, 0x0083, 0x0024, 0x01ba,
0x0000, 0x0000
0x0000, 0x0000, 0x0000
};

/* codec private data */
Expand Down Expand Up @@ -1660,7 +1660,7 @@ static int wm8753_register(struct wm8753_priv *wm8753)
codec->set_bias_level = wm8753_set_bias_level;
codec->dai = wm8753_dai;
codec->num_dai = 2;
codec->reg_cache_size = ARRAY_SIZE(wm8753->reg_cache);
codec->reg_cache_size = ARRAY_SIZE(wm8753->reg_cache) + 1;
codec->reg_cache = &wm8753->reg_cache;
codec->private_data = wm8753;

Expand Down

0 comments on commit 9c41066

Please sign in to comment.