summaryrefslogtreecommitdiffstats
path: root/src/polypcore/sound-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/sound-file.h')
-rw-r--r--src/polypcore/sound-file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/polypcore/sound-file.h b/src/polypcore/sound-file.h
index ffa551b5..9d687f90 100644
--- a/src/polypcore/sound-file.h
+++ b/src/polypcore/sound-file.h
@@ -23,9 +23,10 @@
***/
#include <polyp/sample.h>
+#include <polyp/channelmap.h>
#include <polypcore/memchunk.h>
-int pa_sound_file_load(const char *fname, pa_sample_spec *ss, pa_memchunk *chunk, pa_memblock_stat *s);
+int pa_sound_file_load(const char *fname, pa_sample_spec *ss, pa_channel_map *map, pa_memchunk *chunk, pa_memblock_stat *s);
int pa_sound_file_too_big_to_cache(const char *fname);