Searched defs:snd_usb_endpoint (Results 1 – 1 of 1) sorted by relevance
64 struct snd_usb_endpoint { struct87 struct snd_usb_endpoint *sync_source; argument88 struct snd_usb_endpoint *sync_sink; argument90 struct snd_urb_ctx urb[MAX_URBS];92 struct snd_usb_packet_info {95 } next_packet[MAX_URBS];96 unsigned int next_packet_head; /* ring buffer offset to read */97 unsigned int next_packet_queued; /* queued items in the ring buffer */98 struct list_head ready_playback_urbs; /* playback URB FIFO for implicit fb */100 unsigned int nurbs; /* # urbs */[all …]