summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/sink.c')
-rw-r--r--src/pulsecore/sink.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c
index ee6850f0..8acb7715 100644
--- a/src/pulsecore/sink.c
+++ b/src/pulsecore/sink.c
@@ -102,6 +102,8 @@ pa_sink* pa_sink_new(
s->sw_muted = 0;
s->hw_muted = 0;
+ s->is_hardware = 0;
+
s->get_latency = NULL;
s->notify = NULL;
s->set_hw_volume = NULL;