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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dfsl_dma.c80 #define NUM_DMA_LINKS 2 macro
106 struct fsl_dma_link_descriptor link[NUM_DMA_LINKS];
154 .periods_min = NUM_DMA_LINKS,
202 if (++dma_private->current_link >= NUM_DMA_LINKS)
266 if (dma_private->num_periods != NUM_DMA_LINKS)
333 * ALSA divides the DMA buffer into N periods. We create NUM_DMA_LINKS link
468 for (i = 0; i < NUM_DMA_LINKS; i++) {
581 (NUM_DMA_LINKS * period_size);
584 /* This happens if the number of periods == NUM_DMA_LINKS */
629 for (i = 0; i < NUM_DMA_LINKS;
[all...]

Completed in 154 milliseconds