Home
last modified time | relevance | path

Searched refs:snd_soc_debugfs_root (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/soc/
Dsoc-core.c49 struct dentry *snd_soc_debugfs_root; variable
50 EXPORT_SYMBOL_GPL(snd_soc_debugfs_root);
205 if (!snd_soc_debugfs_root) in soc_init_card_debugfs()
209 snd_soc_debugfs_root); in soc_init_card_debugfs()
231 snd_soc_debugfs_root = debugfs_create_dir("asoc", NULL); in snd_soc_debugfs_init()
232 if (IS_ERR_OR_NULL(snd_soc_debugfs_root)) { in snd_soc_debugfs_init()
234 snd_soc_debugfs_root = NULL; in snd_soc_debugfs_init()
238 if (!debugfs_create_file("dais", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init()
242 if (!debugfs_create_file("components", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init()
249 debugfs_remove_recursive(snd_soc_debugfs_root); in snd_soc_debugfs_exit()
/Linux-v4.19/include/sound/
Dsoc.h1488 extern struct dentry *snd_soc_debugfs_root;