[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>
This commit is contained in:
committed by
Jaroslav Kysela
parent
65b29f5039
commit
ceb9e476c8
@ -1,3 +1,3 @@
|
||||
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);
|
||||
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);
|
||||
|
Reference in New Issue
Block a user