Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dinfo.h104 extern struct snd_info_entry *snd_seq_root;
167 #define snd_seq_root NULL macro
/Linux-v4.19/sound/core/seq/
Dseq_info.c41 entry = snd_info_create_module_entry(THIS_MODULE, name, snd_seq_root); in create_info_entry()
/Linux-v4.19/sound/core/
Dinfo.c82 struct snd_info_entry *snd_seq_root; variable
83 EXPORT_SYMBOL(snd_seq_root);
483 snd_seq_root = create_subdir(THIS_MODULE, "seq"); in snd_info_init()
484 if (!snd_seq_root) in snd_info_init()
Dseq_device.c280 snd_seq_root); in seq_dev_proc_init()
/Linux-v4.19/sound/core/seq/oss/
Dseq_oss.c288 entry = snd_info_create_module_entry(THIS_MODULE, SNDRV_SEQ_OSS_PROCNAME, snd_seq_root); in register_proc()