aboutsummaryrefslogtreecommitdiffstats
path: root/sound/arm/devdma.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-11-26 15:08:54 +0100
committerTakashi Iwai <tiwai@suse.de>2009-11-27 10:15:24 +0100
commitd6797322231af98b9bb4afb175dd614cf511e5f7 (patch)
treecbeb990703df277452611c2e3ea9f4c45ff9c5e6 /sound/arm/devdma.h
parentALSA: pcm - fix page conversion on non-coherent PPC arch (diff)
downloadlinux-dev-d6797322231af98b9bb4afb175dd614cf511e5f7.tar.xz
linux-dev-d6797322231af98b9bb4afb175dd614cf511e5f7.zip
ALSA: Remove old DMA-mmap code from arm/devdma.c
The call of dma_mmap_coherent() is done in the PCM core now. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r--sound/arm/devdma.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/arm/devdma.h b/sound/arm/devdma.h
deleted file mode 100644
index d025329c8a0f..000000000000
--- a/sound/arm/devdma.h
+++ /dev/null
@@ -1,3 +0,0 @@
-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);