OSDN Git Service

ASoC: simple-card-utils: add asoc_simple_debug_info()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 20 Mar 2019 04:54:42 +0000 (13:54 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 21 Mar 2019 14:50:50 +0000 (14:50 +0000)
commit0580dde59438686d60762b6da9229ebec693b94f
tree25717d2a2c6752dc165ea79d352253042fe2c192
parent883149027a989dc121ad277785a4b4a901b7fd31
ASoC: simple-card-utils: add asoc_simple_debug_info()

Current simple-card-utils has dev_dbg(), but people want to
add #define DEBUG at simple-card/audio-graph, not simple-card-utils.
And, people want to get all information.
This patch adds new asoc_simple_debug_info() to indicates information.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/simple_card_utils.h
sound/soc/generic/audio-graph-card.c
sound/soc/generic/simple-card-utils.c
sound/soc/generic/simple-card.c