summaryrefslogtreecommitdiffstats
path: root/src/polypcore/sink.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-02-22 14:11:23 +0000
committerPierre Ossman <ossman@cendio.se>2006-02-22 14:11:23 +0000
commitcc2178e5c39f0c2da2d4d5dff14210d5934bcc32 (patch)
treedf931d446106d5ca3b5c2d744aae9d54ba2b4196 /src/polypcore/sink.h
parent6cd225010f3b740a7db95f4ca7dd051501fb55dc (diff)
Support for setting volume on sources.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@560 fefdeb5f-60dc-0310-8127-8f9354f1896f
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;