Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/ppc/
H A Dbeep.c83 #define BEEP_BUFLEN 512 macro
122 if (hz <= srate / BEEP_BUFLEN || hz > srate / 2) in snd_pmac_beep_event()
137 ncycles = BEEP_BUFLEN * 256 / period; in snd_pmac_beep_event()
216 dmabuf = dma_alloc_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4, in snd_pmac_attach_beep()
257 dma_free_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4, in snd_pmac_attach_beep()
267 dma_free_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4, in snd_pmac_detach_beep()