Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Duaudio.c203 struct uaudio_softc { struct
204 device_t sc_dev; /* base device */
205 kmutex_t sc_lock;
206 kmutex_t sc_intr_lock;
207 struct usbd_device *sc_udev; /* USB device */
208 int sc_version;
209 int sc_ac_iface; /* Audio Control interface */
210 struct usbd_interface * sc_ac_ifaceh;
211 struct chan sc_playchan; /* play channel */
212 struct chan sc_recchan; /* record channel */
[all …]