Home
last modified time | relevance | path

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

/sound/core/
Dseq_device.c61 static struct snd_info_entry *info_entry; variable
262 info_entry = snd_info_create_module_entry(THIS_MODULE, "drivers", in seq_dev_proc_init()
264 if (info_entry == NULL) in seq_dev_proc_init()
266 info_entry->content = SNDRV_INFO_CONTENT_TEXT; in seq_dev_proc_init()
267 info_entry->c.text.read = snd_seq_device_info; in seq_dev_proc_init()
268 if (snd_info_register(info_entry) < 0) { in seq_dev_proc_init()
269 snd_info_free_entry(info_entry); in seq_dev_proc_init()
295 snd_info_free_entry(info_entry); in alsa_seq_device_exit()
/sound/core/seq/oss/
Dseq_oss.c265 static struct snd_info_entry *info_entry; variable
295 info_entry = entry; in register_proc()
302 snd_info_free_entry(info_entry); in unregister_proc()
303 info_entry = NULL; in unregister_proc()