X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=sound%2Farm%2Fdevdma.h;h=d025329c8a0f498d6b608f920480fcf9f5f96322;hb=dfdc5437bd62dd6a26961e27f26b671374749875;hp=5a33b6bacc34bba354ece92b25e0fe3fbec59ab8;hpb=fae6ec69c84d71b1d5bda9ede1a262c1681684aa;p=karo-tx-linux.git 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 @@ -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);