Searched refs:snd_soc_debugfs_root (Results 1 – 1 of 1) sorted by relevance
/sound/soc/ |
D | soc-core.c | 52 struct dentry *snd_soc_debugfs_root; variable 53 EXPORT_SYMBOL_GPL(snd_soc_debugfs_root); 453 if (!snd_soc_debugfs_root) in soc_init_card_debugfs() 457 snd_soc_debugfs_root); in soc_init_card_debugfs() 480 snd_soc_debugfs_root = debugfs_create_dir("asoc", NULL); in snd_soc_debugfs_init() 481 if (IS_ERR(snd_soc_debugfs_root) || !snd_soc_debugfs_root) { in snd_soc_debugfs_init() 483 snd_soc_debugfs_root = NULL; in snd_soc_debugfs_init() 487 if (!debugfs_create_file("codecs", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init() 491 if (!debugfs_create_file("dais", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init() 495 if (!debugfs_create_file("platforms", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init() [all …]
|