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