Home
last modified time | relevance | path

Searched refs:info_entry (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/core/seq/
Dseq_device.c76 static struct snd_info_entry *info_entry; variable
276 info_entry = snd_info_create_module_entry(THIS_MODULE, "drivers", in seq_dev_proc_init()
278 if (info_entry == NULL) in seq_dev_proc_init()
280 info_entry->content = SNDRV_INFO_CONTENT_TEXT; in seq_dev_proc_init()
281 info_entry->c.text.read = snd_seq_device_info; in seq_dev_proc_init()
282 if (snd_info_register(info_entry) < 0) { in seq_dev_proc_init()
283 snd_info_free_entry(info_entry); in seq_dev_proc_init()
309 snd_info_free_entry(info_entry); in alsa_seq_device_exit()
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss.c264 static struct snd_info_entry *info_entry; variable
294 info_entry = entry; in register_proc()
301 snd_info_free_entry(info_entry); in unregister_proc()
302 info_entry = NULL; in unregister_proc()