Searched refs:snd_soc_debugfs_root (Results 1 – 2 of 2) sorted by relevance
49 struct dentry *snd_soc_debugfs_root; variable50 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()
1488 extern struct dentry *snd_soc_debugfs_root;