Lines Matching refs:snd_proc_root
81 static struct snd_info_entry *snd_proc_root; variable
463 snd_proc_root = snd_info_create_entry("asound", NULL); in snd_info_init()
464 if (!snd_proc_root) in snd_info_init()
466 snd_proc_root->mode = S_IFDIR | S_IRUGO | S_IXUGO; in snd_info_init()
467 snd_proc_root->p = proc_mkdir("asound", NULL); in snd_info_init()
468 if (!snd_proc_root->p) in snd_info_init()
489 snd_info_free_entry(snd_proc_root); in snd_info_init()
495 snd_info_free_entry(snd_proc_root); in snd_info_done()
562 p = proc_symlink(card->id, snd_proc_root->p, card->proc_root->name); in snd_info_card_register()
581 snd_proc_root->p, in snd_info_card_id_change()
828 root = entry->parent == NULL ? snd_proc_root->p : entry->parent->p; in snd_info_register()