summaryrefslogtreecommitdiffstats
path: root/src/sinkinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sinkinput.h')
-rw-r--r--src/sinkinput.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sinkinput.h b/src/sinkinput.h
index b28b51ef..8c9813e5 100644
--- a/src/sinkinput.h
+++ b/src/sinkinput.h
@@ -7,11 +7,15 @@
#include "sample.h"
#include "memblockq.h"
#include "resampler.h"
+#include "module.h"
+#include "client.h"
struct pa_sink_input {
uint32_t index;
char *name;
+ struct pa_module *owner;
+ struct pa_client *client;
struct pa_sink *sink;
struct pa_sample_spec sample_spec;
uint32_t volume;