Home
last modified time | relevance | path

Searched refs:snd_seq_root (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/sound/
Dinfo.h104 extern struct snd_info_entry *snd_seq_root;
167 #define snd_seq_root NULL macro
/linux-4.4.14/sound/core/seq/
Dseq_info.c41 entry = snd_info_create_module_entry(THIS_MODULE, name, snd_seq_root); in create_info_entry()
Dseq_device.c277 snd_seq_root); in seq_dev_proc_init()
/linux-4.4.14/sound/core/
Dinfo.c82 struct snd_info_entry *snd_seq_root; variable
83 EXPORT_SYMBOL(snd_seq_root);
476 snd_seq_root = create_subdir(THIS_MODULE, "seq"); in snd_info_init()
477 if (!snd_seq_root) in snd_info_init()
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss.c283 entry = snd_info_create_module_entry(THIS_MODULE, SNDRV_SEQ_OSS_PROCNAME, snd_seq_root); in register_proc()