Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dseq_oss.h50 struct snd_seq_oss_callback { struct
51 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);