Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-core.c131 struct dentry *snd_soc_debugfs_root; variable
132 EXPORT_SYMBOL_GPL(snd_soc_debugfs_root);
201 snd_soc_debugfs_root); in soc_init_card_debugfs()
217 snd_soc_debugfs_root = debugfs_create_dir("asoc", NULL); in snd_soc_debugfs_init()
219 debugfs_create_file("dais", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init()
222 debugfs_create_file("components", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init()
228 debugfs_remove_recursive(snd_soc_debugfs_root); in snd_soc_debugfs_exit()
/linux-6.15/sound/soc/intel/avs/
H A Ddebugfs.c414 adev->debugfs_root = debugfs_create_dir("avs", snd_soc_debugfs_root); in avs_debugfs_init()
/linux-6.15/include/sound/
H A Dsoc.h1452 extern struct dentry *snd_soc_debugfs_root;