Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353450
b: refs/heads/master
c: 5851cb3
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jan 16, 2013
1 parent 75a835f commit 5cfa023
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: 2ce4616e4f1d68193819e5d605f719678acc1992
refs/heads/master: 5851cb3daf31a7865983ac131be87af92ab4ff7a
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[1].mem = wm2200_dsp2_regions;
wm2200->dsp[1].num_mems = ARRAY_SIZE(wm2200_dsp2_regions);

for (i = 0; i < ARRAY_SIZE(wm2200->dsp); i++)
wm_adsp1_init(&wm2200->dsp[i]);

if (pdata)
wm2200->pdata = *pdata;

Expand Down

0 comments on commit 5cfa023

Please sign in to comment.