Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Ddmabuf.c184 static int open_dmap(struct audio_operations *adev, int mode, struct dma_buffparms *dmap) in open_dmap() function
296 if ((retval = open_dmap(adev, mode, dmap_out)) < 0) { in DMAbuf_open()
304 if ((retval = open_dmap(adev, mode, dmap_in)) < 0) { in DMAbuf_open()
1163 if ((err = open_dmap(adev, OPEN_READWRITE, adev->dmap_out)) < 0) in DMAbuf_open_dma()