Lines Matching defs:opl_softc
43 struct opl_softc { struct
44 device_t dev;
45 bus_space_tag_t iot;
46 bus_space_handle_t ioh;
47 kmutex_t *lock;
48 int offs;
49 int model;
52 struct midisyn syn;
53 device_t sc_mididev;
55 struct opl_voice voices[OPL3_NVOICE];
56 u_int8_t pan[MIDI_MAX_CHANS];
57 u_int8_t panl, panr;
59 int (*spkrctl)(void *, int);
60 void *spkrarg;
63 int (*powerctl)(void *, int);
64 void *powerarg;