Searched refs:dma_csize (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/core/
H A Dpcm_lib.c118 size_t dma_csize = runtime->dma_bytes / channels; local
120 char *hwbuf = runtime->dma_area + (c * dma_csize) + samples_to_bytes(runtime, ofs);
1958 size_t dma_csize = runtime->dma_bytes / channels; local
1960 char *hwbuf = runtime->dma_area + (c * dma_csize) + samples_to_bytes(runtime, hwoff);
2161 snd_pcm_uframes_t dma_csize = runtime->dma_bytes / channels; local
2168 hwbuf = runtime->dma_area + (c * dma_csize) + samples_to_bytes(runtime, hwoff);

Completed in 26 milliseconds