Searched refs:BEEP_BUFLEN (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/ppc/
H A Dbeep.c96 #define BEEP_BUFLEN 512 macro
135 if (hz <= srate / BEEP_BUFLEN || hz > srate / 2)
150 ncycles = BEEP_BUFLEN * 256 / period;
229 dmabuf = dma_alloc_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4,
269 dma_free_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4,
279 dma_free_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4,

Completed in 10 milliseconds