Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call()

commit b43b8ae87c8e0a8 ("ASoC: rsnd: protect mod->status") removed
RSND_DEBUG_NO_DAI_CALL and rsnd_dbg_dai_call(), but these are still
exist on rsnd.h. This patch removes it.

Fixes: b43b8ae87c8e ("ASoC: rsnd: protect mod->status")
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/875ycm6t7l.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
e5a3c491 49123b51

-10
-10
sound/soc/sh/rcar/rsnd.h
··· 891 891 dev_info(dev, param); \ 892 892 } while (0) 893 893 894 - /* 895 - * If you don't need rsnd_dai_call debug message, 896 - * define RSND_DEBUG_NO_DAI_CALL as 1 on top of core.c 897 - * 898 - * #define RSND_DEBUG_NO_DAI_CALL 1 899 - */ 900 - #define rsnd_dbg_dai_call(dev, param...) \ 901 - if (!IS_BUILTIN(RSND_DEBUG_NO_DAI_CALL)) \ 902 - dev_dbg(dev, param) 903 - 904 894 #ifdef CONFIG_DEBUG_FS 905 895 int rsnd_debugfs_probe(struct snd_soc_component *component); 906 896 void rsnd_debugfs_reg_show(struct seq_file *m, phys_addr_t _addr,