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