Files
linux-apfs/sound/arm/devdma.h
T

4 lines
271 B
C
Raw Normal View History

2005-11-17 15:10:16 +01:00
void devdma_hw_free(struct device *dev, struct snd_pcm_substream *substream);
int devdma_hw_alloc(struct device *dev, struct snd_pcm_substream *substream, size_t size);
int devdma_mmap(struct device *dev, struct snd_pcm_substream *substream, struct vm_area_struct *vma);