ASoC: wm_adsp: Provide explicit trace of coefficient writes
Helpful for debugging. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
69485d3e6d
commit
20da6d5ac0
@ -793,6 +793,9 @@ static int wm_adsp_load_coeff(struct wm_adsp *dsp)
|
|||||||
return -ENOMEM;
|
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,
|
ret = regmap_raw_write(regmap, reg, blk->data,
|
||||||
le32_to_cpu(blk->len));
|
le32_to_cpu(blk->len));
|
||||||
if (ret != 0) {
|
if (ret != 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user