Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Ddmabuf.c42 static int dma_buffsize = DSP_BUFFSIZE; variable
68 if (dma_buffsize < 4096) in sound_alloc_dmap()
69 dma_buffsize = 4096; in sound_alloc_dmap()
80 dmap->buffsize = dma_buffsize; in sound_alloc_dmap()