Searched refs:snd_soc_debugfs_root (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/soc/ |
D | soc-core.c | 51 struct dentry *snd_soc_debugfs_root; variable 52 EXPORT_SYMBOL_GPL(snd_soc_debugfs_root); 461 if (!snd_soc_debugfs_root) in soc_init_card_debugfs() 465 snd_soc_debugfs_root); in soc_init_card_debugfs() 488 snd_soc_debugfs_root = debugfs_create_dir("asoc", NULL); in snd_soc_debugfs_init() 489 if (IS_ERR(snd_soc_debugfs_root) || !snd_soc_debugfs_root) { in snd_soc_debugfs_init() 491 snd_soc_debugfs_root = NULL; in snd_soc_debugfs_init() 495 if (!debugfs_create_file("codecs", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init() 499 if (!debugfs_create_file("dais", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init() 503 if (!debugfs_create_file("platforms", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init() [all …]
|
/linux-4.1.27/include/sound/ |
D | soc.h | 1548 extern struct dentry *snd_soc_debugfs_root;
|