Searched defs:mixer_operations (Results 1 – 2 of 2) sorted by relevance
242 struct mixer_operations struct244 struct module *owner;245 char id[16];246 char name[64];247 int (*ioctl) (int dev, unsigned int cmd, caddr_t arg);249 void *devc;250 int modify_counter;
747 struct mixer_operations* mixer_operations; in attach_opl3sa2_mixer() local