ASoC: rsnd: suppress rsnd_dai_call() debug message
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 13 Feb 2018 02:09:14 +0000 (02:09 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 13 Feb 2018 11:58:26 +0000 (11:58 +0000)
commit1f6e920faae065fa8e6985b99ec86899bc3308de
treee3015804a21805bb74165ab927a4a27fca153380
parent2b62786951ca38cc9fd0bd9273de0aae1b45134d
ASoC: rsnd: suppress rsnd_dai_call() debug message

rsnd_dai_call() is using dev_dbg(), but its message is sometimes
blocks nessesary other messages. If RSND_DEBUG_NO_DAI_CALL was
defined it will be suppressed by this patch.

Reported-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tested-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c
sound/soc/sh/rcar/rsnd.h