Home
last modified time | relevance | path

Searched refs:max_packsize (Results 1 – 1 of 1) sorted by relevance

/sound/usb/usx2y/
Dusb_stream.c158 int packets, max_packsize; in usb_stream_new() local
168 max_packsize = use_packsize ? in usb_stream_new()
183 (max_packsize + sizeof(struct usb_stream_packet)); in usb_stream_new()
185 max_packsize = usb_maxpacket(dev, out_pipe, 1); in usb_stream_new()
186 write_size = max_packsize * packets * USB_STREAM_URBDEPTH; in usb_stream_new()