diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/pcm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 768e3098656c..ee16122a1886 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -1022,6 +1022,10 @@ int snd_pcm_lib_mmap_iomem(struct snd_pcm_substream *substream, struct vm_area_s | |||
1022 | #define snd_pcm_lib_mmap_iomem NULL | 1022 | #define snd_pcm_lib_mmap_iomem NULL |
1023 | #endif | 1023 | #endif |
1024 | 1024 | ||
1025 | int snd_pcm_lib_mmap_noncached(struct snd_pcm_substream *substream, | ||
1026 | struct vm_area_struct *area); | ||
1027 | #define snd_pcm_lib_mmap_vmalloc snd_pcm_lib_mmap_noncached | ||
1028 | |||
1025 | static inline void snd_pcm_limit_isa_dma_size(int dma, size_t *max) | 1029 | static inline void snd_pcm_limit_isa_dma_size(int dma, size_t *max) |
1026 | { | 1030 | { |
1027 | *max = dma < 4 ? 64 * 1024 : 128 * 1024; | 1031 | *max = dma < 4 ? 64 * 1024 : 128 * 1024; |