Home
last modified time | relevance | path

Searched defs:snd_urb_ctx (Results 1 – 1 of 1) sorted by relevance

/linux/sound/usb/
A Dcard.h50 struct snd_urb_ctx { struct
51 struct urb *urb;
52 unsigned int buffer_size; /* size of data buffer, if data URB */
53 struct snd_usb_substream *subs;
54 struct snd_usb_endpoint *ep;
55 int index; /* index for urb array */
56 int packets; /* number of packets per urb */
57 int queued; /* queued data bytes by this urb */
58 int packet_size[MAX_PACKS_HS]; /* size of packets for next submission */
59 struct list_head ready_list;

Completed in 7 milliseconds