Searched refs:snd_seq_oss_arg (Results 1 – 2 of 2) sorted by relevance
30 struct snd_seq_oss_arg { struct52 int (*open)(struct snd_seq_oss_arg *p, void *closure); argument53 int (*close)(struct snd_seq_oss_arg *p);54 int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg);55 …int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int cou…56 int (*reset)(struct snd_seq_oss_arg *p);57 int (*raw_event)(struct snd_seq_oss_arg *p, unsigned char *data);
152 struct snd_seq_oss_arg *oss_arg;