Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353454
b: refs/heads/master
c: 0098389
h: refs/heads/master
v: v3
  • Loading branch information
Chris Rattray authored and Mark Brown committed Jan 24, 2013
1 parent c281081 commit 8248ebe
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 908a5741abc40f46cbb51704031d92ef43413df0
refs/heads/master: 0098389564fbdfbeb08181f772205d87a18f5b37
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/wm2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -2224,6 +2224,9 @@ static int wm2200_i2c_probe(struct i2c_client *i2c,
wm2200->dsp[i].num = i + 1;
wm2200->dsp[i].dev = &i2c->dev;
wm2200->dsp[i].regmap = wm2200->regmap;
wm2200->dsp[i].sysclk_reg = WM2200_CLOCKING_3;
wm2200->dsp[i].sysclk_mask = WM2200_SYSCLK_FREQ_MASK;
wm2200->dsp[i].sysclk_shift = WM2200_SYSCLK_FREQ_SHIFT;
}

wm2200->dsp[0].base = WM2200_DSP1_CONTROL_1;
Expand Down

0 comments on commit 8248ebe

Please sign in to comment.