]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsnd: indicate register name for debug
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 26 Nov 2015 08:43:59 +0000 (08:43 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 27 Nov 2015 12:38:50 +0000 (12:38 +0000)
commit6f0b8594fee08a3f1fd60359059992f52ed9f925
tree234a1db21e62e794e23b78ba5ff576516e78a7f9
parent53ef13b6d8395206a91323722b1813fd5591e8e2
ASoC: rsnd: indicate register name for debug

Current rsnd driver is indicating how to use regmap debug method
on gen.c comment area.
regmap debug method indicates address and value, but rsnd driver is
using too many IPs (SSI/SSIU/SRC/CTU/MIX/DVC/CMD), and address.
Thus, we would like to know more useful information for debugging.
This patch indicates address name for debugging.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/gen.c