summaryrefslogtreecommitdiff
path: root/src/sink.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-19 09:33:53 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-19 10:00:52 +0100
commite649ebc7c77b3e552aa5e86a931927779222e6a6 (patch)
treea231ca3973bf6c2177dd7e4ecd77ab59be1ea8e8 /src/sink.h
parent6052d2762d0ac8d76e11e2126f51f33e5fe5a6b7 (diff)
downloadpa-sink-ctl-e649ebc7c77b3e552aa5e86a931927779222e6a6.tar.gz
pa-sink-ctl-e649ebc7c77b3e552aa5e86a931927779222e6a6.tar.bz2
pa-sink-ctl-e649ebc7c77b3e552aa5e86a931927779222e6a6.zip
Add support for switching recording sources
Diffstat (limited to 'src/sink.h')
-rw-r--r--src/sink.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sink.h b/src/sink.h
index 5f9bc61..eb169b1 100644
--- a/src/sink.h
+++ b/src/sink.h
@@ -49,6 +49,9 @@ struct main_ctl {
gint priority;
GList **childs_list;
+
+ pa_operation *(*move_child)(pa_context *, guint32 idx, guint32 parent_idx,
+ pa_context_success_cb_t, gpointer);
};
struct slave_ctl {