Home
last modified time | relevance | path

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

/sound/ppc/
Dbeep.c223 void *dmabuf; in snd_pmac_attach_beep() local
229 dmabuf = dma_alloc_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4, in snd_pmac_attach_beep()
232 if (! dmabuf || ! input_dev) in snd_pmac_attach_beep()
250 beep->buf = dmabuf; in snd_pmac_attach_beep()
269 if (dmabuf) in snd_pmac_attach_beep()
271 dmabuf, beep->addr); in snd_pmac_attach_beep()
/sound/oss/
Dsoundcard.c523 static int dmabuf; variable
526 module_param(dmabuf, int, 0444);
555 sound_dmap_flag = (dmabuf > 0 ? 1 : 0); in oss_init()
Daudio.c306 char *dmabuf; in audio_read() local
326 if ((buf_no = DMAbuf_getrdbuffer(dev, &dmabuf, &l, !!(file->f_flags & O_NONBLOCK))) < 0) in audio_read()
349 translate_bytes(dsp_ulaw, (unsigned char *) dmabuf, l); in audio_read()
353 char *fixit = dmabuf; in audio_read()
DMakefile35 audio.o dmabuf.o \
DCHANGELOG18 - Lot of fixes to audio playback code in dmabuf.c
DKconfig272 the command-line argument "dmabuf=1" to the sound module.