提交 338c5188 编写于 作者: M Mark Brown

ASoC: wm_adsp: Correct handling of some coefficeint blocks

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 20da6d5a
......@@ -768,9 +768,10 @@ static int wm_adsp_load_coeff(struct wm_adsp *dsp)
&dsp->alg_regions, list) {
if (le32_to_cpu(blk->id) == alg_region->alg &&
type == alg_region->type) {
reg = alg_region->base + offset;
reg = alg_region->base;
reg = wm_adsp_region_to_reg(mem,
reg);
reg += offset;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册