Searched defs:snd_info_entry_ops (Results 1 – 1 of 1) sorted by relevance
37 struct snd_info_entry_ops { struct38 int (*open)(struct snd_info_entry *entry,40 int (*release)(struct snd_info_entry *entry,42 ssize_t (*read)(struct snd_info_entry *entry, void *file_private_data,45 ssize_t (*write)(struct snd_info_entry *entry, void *file_private_data,70 const struct snd_info_entry_ops *ops; argument