Searched refs:info_entry (Results 1 – 2 of 2) sorted by relevance
61 static struct snd_info_entry *info_entry; variable271 info_entry = snd_info_create_module_entry(THIS_MODULE, "drivers", in seq_dev_proc_init()273 if (info_entry == NULL) in seq_dev_proc_init()275 info_entry->content = SNDRV_INFO_CONTENT_TEXT; in seq_dev_proc_init()276 info_entry->c.text.read = snd_seq_device_info; in seq_dev_proc_init()277 if (snd_info_register(info_entry) < 0) { in seq_dev_proc_init()278 snd_info_free_entry(info_entry); in seq_dev_proc_init()304 snd_info_free_entry(info_entry); in alsa_seq_device_exit()
271 static struct snd_info_entry *info_entry; variable301 info_entry = entry; in register_proc()308 snd_info_free_entry(info_entry); in unregister_proc()309 info_entry = NULL; in unregister_proc()