Searched defs:ascaudio_softc (Results 1 – 1 of 1) sorted by relevance
34 typedef struct ascaudio_softc { struct35 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;[all …]