mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
ASoC: wm2200: Initialise the ADSPs
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
2ce4616e4f
commit
5851cb3daf
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue