Lines Matching defs:ascaudio_softc
34 typedef struct ascaudio_softc { struct
35 device_t sc_dev;
36 bus_space_tag_t sc_tag;
37 bus_space_handle_t sc_handle;
38 int sc_open;
40 device_t sc_audiodev;
41 struct audio_encoding_set *sc_encodings;
42 void *sc_intr;
43 void (*sc_pintr)(void *);
44 void *sc_pintrarg;
45 void (*sc_rintr)(void *);
46 void *sc_rintrarg;
70 } ascaudio_softc_t; argument