aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmMix.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm/PcmMix.hxx')
-rw-r--r--src/pcm/PcmMix.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm/PcmMix.hxx b/src/pcm/PcmMix.hxx
index bb7110d04..b50a163fd 100644
--- a/src/pcm/PcmMix.hxx
+++ b/src/pcm/PcmMix.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_PCM_MIX_HXX
#define MPD_PCM_MIX_HXX
-#include "audio_format.h"
+#include "AudioFormat.hxx"
#include "gcc.h"
#include <stddef.h>
@@ -44,6 +44,6 @@
gcc_warn_unused_result
bool
pcm_mix(void *buffer1, const void *buffer2, size_t size,
- enum sample_format format, float portion1);
+ SampleFormat format, float portion1);
#endif