Home
last modified time | relevance | path

Searched defs:snd_info_entry (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/sound/
Dinfo.h75 struct snd_info_entry { struct
84 struct snd_info_entry *parent; argument
88 void (*private_free)(struct snd_info_entry *entry); argument
104 extern struct snd_info_entry *snd_seq_root; argument
157 void (*read)(struct snd_info_entry *, struct snd_info_buffer *)) in snd_info_set_text_ops()
191 void (*read)(struct snd_info_entry *, struct snd_info_buffer *)) {} in snd_info_set_text_ops()
/Linux-v4.19/sound/core/seq/
Dseq_info.c36 create_info_entry(char *name, void (*read)(struct snd_info_entry *, in create_info_entry()