projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49123b5
)
ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call()
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Wed, 1 Feb 2023 01:59:58 +0000
(
01:59
+0000)
committer
Mark Brown
<broonie@kernel.org>
Wed, 1 Feb 2023 11:43:45 +0000
(11:43 +0000)
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>
sound/soc/sh/rcar/rsnd.h
patch
|
blob
|
history
diff --git
a/sound/soc/sh/rcar/rsnd.h
b/sound/soc/sh/rcar/rsnd.h
index f8ef6836ef84e171667f688fd5dee5b8457f2764..a09b3612b7f994e886f1771d7d3ccecedfea353d 100644
(file)
--- a/
sound/soc/sh/rcar/rsnd.h
+++ b/
sound/soc/sh/rcar/rsnd.h
@@
-891,16
+891,6
@@
void rsnd_mod_make_sure(struct rsnd_mod *mod, enum rsnd_mod_type type);
dev_info(dev, param); \
} while (0)
-/*
- * If you don't need rsnd_dai_call debug message,
- * define RSND_DEBUG_NO_DAI_CALL as 1 on top of core.c
- *
- * #define RSND_DEBUG_NO_DAI_CALL 1
- */
-#define rsnd_dbg_dai_call(dev, param...) \
- if (!IS_BUILTIN(RSND_DEBUG_NO_DAI_CALL)) \
- dev_dbg(dev, param)
-
#ifdef CONFIG_DEBUG_FS
int rsnd_debugfs_probe(struct snd_soc_component *component);
void rsnd_debugfs_reg_show(struct seq_file *m, phys_addr_t _addr,