aboutsummaryrefslogtreecommitdiffstats
path: root/sound/arm/devdma.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-11-17 09:10:16 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:20:01 -0500
commitceb9e476c89f50e9ba7de914bbec2c05e9647915 (patch)
treede55dca47a4e573d1baa2f2bb6b269613de83590 /sound/arm/devdma.h
parent65b29f5039b38a5854b5e12238b0688a33e235cc (diff)
[ALSA] Remove xxx_t typedefs: ARM AACI
Modules: ARM AACI PL041 driver,ARM DMA routines Remove xxx_t typedefs from the ARM AACI driver. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/arm/devdma.h')
-rw-r--r--sound/arm/devdma.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/arm/devdma.h b/sound/arm/devdma.h
index 5a33b6bacc34..d025329c8a0f 100644
--- a/sound/arm/devdma.h
+++ b/sound/arm/devdma.h
@@ -1,3 +1,3 @@
1void devdma_hw_free(struct device *dev, snd_pcm_substream_t *substream); 1void devdma_hw_free(struct device *dev, struct snd_pcm_substream *substream);
2int devdma_hw_alloc(struct device *dev, snd_pcm_substream_t *substream, size_t size); 2int devdma_hw_alloc(struct device *dev, struct snd_pcm_substream *substream, size_t size);
3int devdma_mmap(struct device *dev, snd_pcm_substream_t *substream, struct vm_area_struct *vma); 3int devdma_mmap(struct device *dev, struct snd_pcm_substream *substream, struct vm_area_struct *vma);