diff options
Diffstat (limited to 'sound/arm/devdma.h')
-rw-r--r-- | sound/arm/devdma.h | 6 |
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 @@ | |||
1 | void devdma_hw_free(struct device *dev, snd_pcm_substream_t *substream); | 1 | void devdma_hw_free(struct device *dev, struct snd_pcm_substream *substream); |
2 | int devdma_hw_alloc(struct device *dev, snd_pcm_substream_t *substream, size_t size); | 2 | int devdma_hw_alloc(struct device *dev, struct snd_pcm_substream *substream, size_t size); |
3 | int devdma_mmap(struct device *dev, snd_pcm_substream_t *substream, struct vm_area_struct *vma); | 3 | int devdma_mmap(struct device *dev, struct snd_pcm_substream *substream, struct vm_area_struct *vma); |