summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2026-06-02 05:56:00 +0300
committerMark Brown <broonie@kernel.org>2026-06-10 14:21:15 +0300
commitcd849a5fcac849a2c9d9391a2676bf3d0b4443dd (patch)
tree2d9d2aba143c079494b8501889cc2295a3bcd327 /include
parent0cac8e35132fe149f555ba6e4f7d92ce69e0cc5c (diff)
downloadlinux-cd849a5fcac849a2c9d9391a2676bf3d0b4443dd.tar.xz
ASoC: soc-component: remove .debugfs_prefix from Component
All drivers are now setting .debugfs_prefix via Component driver. Remove it from Component. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://patch.msgid.link/87cxy9k5vj.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/sound/soc-component.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h
index 337b7ef4156c..11bc9527653f 100644
--- a/include/sound/soc-component.h
+++ b/include/sound/soc-component.h
@@ -248,7 +248,6 @@ struct snd_soc_component {
void *mark_pm;
struct dentry *debugfs_root;
- const char *debugfs_prefix;
};
#define for_each_component_dais(component, dai)\