提交 20da6d5a 编写于 作者: M Mark Brown

ASoC: wm_adsp: Provide explicit trace of coefficient writes

Helpful for debugging.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 69485d3e
......@@ -793,6 +793,9 @@ static int wm_adsp_load_coeff(struct wm_adsp *dsp)
return -ENOMEM;
}
adsp_dbg(dsp, "%s.%d: Writing %d bytes at %x\n",
file, blocks, le32_to_cpu(blk->len),
reg);
ret = regmap_raw_write(regmap, reg, blk->data,
le32_to_cpu(blk->len));
if (ret != 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册