提交 32f4876e 编写于 作者: M Mark Brown 提交者: Takashi Iwai

[ALSA] soc - Include register in DAPM debug output

When logging register changes in DAPM debug output include the register
number.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 4383fae0
......@@ -226,7 +226,7 @@ static int dapm_update_bits(struct snd_soc_dapm_widget *widget)
snd_soc_write(codec, widget->reg, new);
pop_wait(POP_TIME);
}
dbg("reg old %x new %x change %d\n", old, new, change);
dbg("reg %x old %x new %x change %d\n", widget->reg, old, new, change);
return change;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册