From 5cfa023b20286f7638ed364201e49dfa085d96cb Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 16 Jan 2013 10:04:57 +0900 Subject: [PATCH] --- yaml --- r: 353450 b: refs/heads/master c: 5851cb3daf31a7865983ac131be87af92ab4ff7a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm2200.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1b00fa26de7c..85e4bb1c66e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2ce4616e4f1d68193819e5d605f719678acc1992 +refs/heads/master: 5851cb3daf31a7865983ac131be87af92ab4ff7a diff --git a/trunk/sound/soc/codecs/wm2200.c b/trunk/sound/soc/codecs/wm2200.c index afcf31df77e0..90aae49350e3 100644 --- a/trunk/sound/soc/codecs/wm2200.c +++ b/trunk/sound/soc/codecs/wm2200.c @@ -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;