Searched defs:snd_usb_midi2_interface (Results 1 – 1 of 1) sorted by relevance
92 struct snd_usb_midi2_interface { struct93 struct snd_usb_audio *chip; /* assigned USB-audio card */94 struct usb_interface *iface; /* assigned USB interface */95 struct usb_host_interface *hostif;96 const char *blk_descs; /* group terminal block descriptors */97 unsigned int blk_desc_size; /* size of GTB descriptors */98 bool disconnected;99 struct list_head ep_list; /* list of endpoints */100 struct list_head rawmidi_list; /* list of UMP rawmidis */101 struct list_head list; /* list to chip->midi_v2_list */