ASoC: soc-pcm: add dpcm_create/remove_debugfs_state()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 19 Feb 2020 06:57:06 +0000 (15:57 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 24 Feb 2020 21:18:33 +0000 (21:18 +0000)
commit154dae87e73faa6d56265f22cae16dcdcea3dbb0
treec08010861032a620cddf5adab41810c05a4b5e52
parentc3212829f812a4ac0c6078978c109c6f1ff882c2
ASoC: soc-pcm: add dpcm_create/remove_debugfs_state()

soc-pcm.c has implementation which depends on CONFIG_DEBUG_FS.
But, we don't want to have random #ifdef.
This patch adds dpcm_create/remove_debugfs_state() and care it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/877e0jjc9b.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-pcm.c