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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dcard.h85 char *syncbuf; /* sync buffer for all sync URBs */ member in struct:snd_usb_substream
86 dma_addr_t sync_dma; /* DMA address of syncbuf */
H A Durb.c158 subs->syncbuf, subs->sync_dma);
159 subs->syncbuf = NULL;
324 subs->syncbuf = usb_alloc_coherent(subs->dev, SYNC_URBS * 4,
326 if (!subs->syncbuf)
336 u->urb->transfer_buffer = subs->syncbuf + i * 4;

Completed in 55 milliseconds