Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mac68k/obio/
H A Dascaudiovar.h34 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;
[all …]