Home
last modified time | relevance | path

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

/sound/oss/
Ddev_table.h256 struct synth_operations struct
258 struct module *owner;
259 char *id; /* Unique identifier (ASCII) max 29 char */
260 struct synth_info *info;
261 int midi_dev;
262 int synth_type;
263 int synth_subtype;
265 int (*open) (int dev, int mode);
266 void (*close) (int dev);
267 int (*ioctl) (int dev, unsigned int cmd, void __user * arg);
[all …]