Searched defs:snd_urb_ctx (Results 1 – 1 of 1) sorted by relevance
52 struct snd_urb_ctx { struct53 struct urb *urb;54 unsigned int buffer_size; /* size of data buffer, if data URB */55 struct snd_usb_substream *subs;56 struct snd_usb_endpoint *ep;57 int index; /* index for urb array */58 int packets; /* number of packets per urb */59 int queued; /* queued data bytes by this urb */60 int packet_size[MAX_PACKS_HS]; /* size of packets for next submission */61 struct list_head ready_list;