aboutsummaryrefslogtreecommitdiff
path: root/src/active-sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/active-sink.c')
-rw-r--r--src/active-sink.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/active-sink.c b/src/active-sink.c
index c140fac..7e84b58 100644
--- a/src/active-sink.c
+++ b/src/active-sink.c
@@ -90,4 +90,15 @@ active_sink_is_populated (ActiveSink* sink)
return (priv->details != NULL);
}
+gboolean
+active_sink_is_muted (ActiveSink* self)
+{
+ return FALSE;
+}
+
+gint
+active_sink_get_index (ActiveSink* self)
+{
+ return 0;
+}
\ No newline at end of file