Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...
[linux-2.6-microblaze.git] / sound / core / memalloc_local.h
index dbea7f2..9f2e0a6 100644 (file)
@@ -3,7 +3,7 @@
 #define __MEMALLOC_LOCAL_H
 
 struct snd_malloc_ops {
-       int (*alloc)(struct snd_dma_buffer *dmab, size_t size);
+       void *(*alloc)(struct snd_dma_buffer *dmab, size_t size);
        void (*free)(struct snd_dma_buffer *dmab);
        dma_addr_t (*get_addr)(struct snd_dma_buffer *dmab, size_t offset);
        struct page *(*get_page)(struct snd_dma_buffer *dmab, size_t offset);