Searched refs:info_entry (Results 1 – 2 of 2) sorted by relevance
61 static struct snd_info_entry *info_entry; variable262 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()
265 static struct snd_info_entry *info_entry; variable295 info_entry = entry; in register_proc()302 snd_info_free_entry(info_entry); in unregister_proc()303 info_entry = NULL; in unregister_proc()