Searched refs:info_entry (Results 1 – 2 of 2) sorted by relevance
76 static struct snd_info_entry *info_entry; variable279 info_entry = snd_info_create_module_entry(THIS_MODULE, "drivers", in seq_dev_proc_init()281 if (info_entry == NULL) in seq_dev_proc_init()283 info_entry->content = SNDRV_INFO_CONTENT_TEXT; in seq_dev_proc_init()284 info_entry->c.text.read = snd_seq_device_info; in seq_dev_proc_init()285 if (snd_info_register(info_entry) < 0) { in seq_dev_proc_init()286 snd_info_free_entry(info_entry); in seq_dev_proc_init()312 snd_info_free_entry(info_entry); in alsa_seq_device_exit()
269 static struct snd_info_entry *info_entry; variable299 info_entry = entry; in register_proc()306 snd_info_free_entry(info_entry); in unregister_proc()307 info_entry = NULL; in unregister_proc()