summaryrefslogtreecommitdiffstats
path: root/src/polypcore/sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/sink.h')
-rw-r--r--src/polypcore/sink.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/polypcore/sink.h b/src/polypcore/sink.h
index fa120ebf..5f1a6cc8 100644
--- a/src/polypcore/sink.h
+++ b/src/polypcore/sink.h
@@ -29,6 +29,7 @@ typedef struct pa_sink pa_sink;
#include <polyp/sample.h>
#include <polyp/channelmap.h>
#include <polyp/volume.h>
+#include <polypcore/core-def.h>
#include <polypcore/core.h>
#include <polypcore/idxset.h>
#include <polypcore/source.h>
@@ -41,11 +42,6 @@ typedef enum pa_sink_state {
PA_SINK_DISCONNECTED
} pa_sink_state_t;
-typedef enum pa_mixer {
- PA_MIXER_SOFTWARE,
- PA_MIXER_HARDWARE
-} pa_mixer_t;
-
struct pa_sink {
int ref;
uint32_t index;