Home
last modified time | relevance | path

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

/linux/sound/ppc/
H A Dbeep.c83 #define BEEP_BUFLEN 512 macro
123 if (hz <= srate / BEEP_BUFLEN || hz > srate / 2) in snd_pmac_beep_event()
136 ncycles = BEEP_BUFLEN * 256 / period; in snd_pmac_beep_event()
214 dmabuf = dma_alloc_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4, in snd_pmac_attach_beep()
255 dma_free_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4, in snd_pmac_attach_beep()
265 dma_free_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4, in snd_pmac_detach_beep()