Lines Matching defs:sb_devc
80 typedef struct sb_devc { struct
81 int dev;
84 int *osp;
85 int minor, major;
86 int type;
87 int model, submodel;
88 int caps;
93 int base;
94 int irq;
95 int dma8, dma16;
97 int pcibase; /* For ESS Maestro etc */
100 int opened;
102 int fullduplex;
103 int duplex;
104 int speed, bits, channels;
105 volatile int irq_ok;
106 volatile int intr_active, irq_mode;
108 volatile int intr_active_16, irq_mode_16;
111 int *levels;
112 mixer_tab *iomap;
113 size_t iomap_sz; /* number or records in the iomap table */
114 int mixer_caps, recmask, outmask, supported_devices;
115 int supported_rec_devices, supported_out_devices;
116 int my_mixerdev;
117 int sbmixnum;
120 unsigned long trg_buf;
121 int trigger_bits;
145 } sb_devc; argument