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