Searched defs:usb_mixer_interface (Results 1 – 1 of 1) sorted by relevance
4 struct usb_mixer_interface { struct5 struct snd_usb_audio *chip;6 struct usb_host_interface *hostif;7 struct list_head list;8 unsigned int ignore_ctl_error;9 struct urb *urb;11 struct usb_mixer_elem_info **id_elems;14 int protocol;40 struct usb_mixer_interface *mixer; argument