Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/seq/
Dseq_info.c42 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.1.27/include/sound/
Dinfo.h104 extern struct snd_info_entry *snd_seq_root;
153 #define snd_seq_root NULL macro
/linux-4.1.27/sound/core/
Dinfo.c149 struct snd_info_entry *snd_seq_root; variable
150 EXPORT_SYMBOL(snd_seq_root);
558 snd_seq_root = entry; in snd_info_init()
576 snd_info_free_entry(snd_seq_root); in snd_info_done()
/linux-4.1.27/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()