Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Ddev_table.h242 struct mixer_operations struct
244 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;
Dopl3sa2.c747 struct mixer_operations* mixer_operations; in attach_opl3sa2_mixer() local