Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/ppc/
A Dbeep.c83 #define BEEP_BUFLEN 512 macro
125 if (hz <= srate / BEEP_BUFLEN || hz > srate / 2) in snd_pmac_beep_event()
140 ncycles = BEEP_BUFLEN * 256 / period; in snd_pmac_beep_event()
219 dmabuf = dma_alloc_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4, in snd_pmac_attach_beep()
260 dma_free_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4, in snd_pmac_attach_beep()
270 dma_free_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4, in snd_pmac_detach_beep()

Completed in 3 milliseconds