Home
last modified time | relevance | path

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

/sound/oss/
Ddmabuf.c44 static int dma_buffsize = DSP_BUFFSIZE; variable
70 if (dma_buffsize < 4096) in sound_alloc_dmap()
71 dma_buffsize = 4096; in sound_alloc_dmap()
82 dmap->buffsize = dma_buffsize; in sound_alloc_dmap()