Searched refs:snd_soc_debugfs_root (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/soc/ |
H A D | soc-core.c | 130 struct dentry *snd_soc_debugfs_root; variable 131 EXPORT_SYMBOL_GPL(snd_soc_debugfs_root); 200 snd_soc_debugfs_root); in soc_init_card_debugfs() 216 snd_soc_debugfs_root = debugfs_create_dir("asoc", NULL); in snd_soc_debugfs_init() 218 debugfs_create_file("dais", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init() 221 debugfs_create_file("components", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init() 227 debugfs_remove_recursive(snd_soc_debugfs_root); in snd_soc_debugfs_exit()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | debugfs.c | 412 adev->debugfs_root = debugfs_create_dir("avs", snd_soc_debugfs_root); in avs_debugfs_init()
|
/openbmc/linux/include/sound/ |
H A D | soc.h | 1422 extern struct dentry *snd_soc_debugfs_root;
|