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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_pcm.c1069 #define DMA_READ_ALIGN 6 /* hardware alignment for read */ macro
1093 if (size < DMA_READ_ALIGN)
1097 count = size - DMA_READ_ALIGN;
1126 count = DMA_READ_ALIGN;

Completed in 80 milliseconds