ARM DMA routines The patch below adds a convenient re-usable shim around the extended ARM DMA API, and is used by several ARM ALSA drivers.
Signed-off-by: Russell King Signed-off-by: Takashi Iwai
void devdma_hw_free(struct device *dev, snd_pcm_substream_t *substream); int devdma_hw_alloc(struct device *dev, snd_pcm_substream_t *substream, size_t size); int devdma_mmap(struct device *dev, snd_pcm_substream_t *substream, struct vm_area_struct *vma);