Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/seq/
Dseq_info.c26 entry = snd_info_create_module_entry(THIS_MODULE, name, snd_seq_root); in create_info_entry()
/Linux-v5.4/include/sound/
Dinfo.h88 extern struct snd_info_entry *snd_seq_root;
158 #define snd_seq_root NULL macro
/Linux-v5.4/sound/core/
Dinfo.c67 struct snd_info_entry *snd_seq_root; variable
68 EXPORT_SYMBOL(snd_seq_root);
469 snd_seq_root = create_subdir(THIS_MODULE, "seq"); in snd_info_init()
470 if (!snd_seq_root) in snd_info_init()
Dseq_device.c265 snd_seq_root); in seq_dev_proc_init()
/Linux-v5.4/sound/core/seq/oss/
Dseq_oss.c275 entry = snd_info_create_module_entry(THIS_MODULE, SNDRV_SEQ_OSS_PROCNAME, snd_seq_root); in register_proc()