Home
last modified time | relevance | path

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

/linux/include/sound/
A Dseq_oss.h37 struct snd_seq_oss_callback { struct
38 struct module *owner;
39 int (*open)(struct snd_seq_oss_arg *p, void *closure);
40 int (*close)(struct snd_seq_oss_arg *p);
41 int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg);
42 … (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count);
43 int (*reset)(struct snd_seq_oss_arg *p);
44 int (*raw_event)(struct snd_seq_oss_arg *p, unsigned char *data);

Completed in 2 milliseconds