Searched defs:snd_seq_oss_callback (Results 1 – 1 of 1) sorted by relevance
50 struct snd_seq_oss_callback { struct51 struct module *owner;52 int (*open)(struct snd_seq_oss_arg *p, void *closure);53 int (*close)(struct snd_seq_oss_arg *p);54 int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg);55 … (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count);56 int (*reset)(struct snd_seq_oss_arg *p);57 int (*raw_event)(struct snd_seq_oss_arg *p, unsigned char *data);