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)
commit0719ecf7cb86cb7b6012baa0b329063d67dca670
tree234a1db21e62e794e23b78ba5ff576516e78a7f9
parentc51eb1c66e55bf23af4a10dd6e71c5a82c0e6d81
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