Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/vx/
H A Dvx_pcm.c976 #define DMA_READ_ALIGN 6 /* hardware alignment for read */ macro
1000 if (size < DMA_READ_ALIGN) in vx_pcm_capture_update()
1004 count = size - DMA_READ_ALIGN; in vx_pcm_capture_update()
1035 count = DMA_READ_ALIGN; in vx_pcm_capture_update()