Searched refs:outframe (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/caiaq/
H A Dcaiaq-audio.c472 int frame, len, send_it = 0, outframe = 0; local
489 len = urb->iso_frame_desc[outframe].actual_length;
490 out->iso_frame_desc[outframe].length = len;
491 out->iso_frame_desc[outframe].actual_length = 0;
492 out->iso_frame_desc[outframe].offset = BYTES_PER_FRAME * frame;
495 fill_out_urb(dev, out, &out->iso_frame_desc[outframe]);
500 outframe++;

Completed in 91 milliseconds