Searched defs:snd_usb_midi2_ump (Results 1 – 1 of 1) sorted by relevance
80 struct snd_usb_midi2_ump { struct81 struct usb_device *dev;82 struct snd_usb_midi2_interface *umidi; /* reference to MIDI iface */83 struct snd_ump_endpoint *ump; /* assigned UMP EP object */84 struct snd_usb_midi2_endpoint *eps[2]; /* USB MIDI endpoints */85 int index; /* rawmidi device index */86 unsigned char usb_block_id; /* USB GTB id used for finding a pair */87 bool ump_parsed; /* Parsed UMP 1.1 EP/FB info*/88 struct list_head list; /* list to umidi->rawmidi_list */