From 971aa19546d72ba5e6dc78216a57aa6de0fc1c66 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 18 Dec 2011 22:14:59 +0100 Subject: Initial support for printing available sources --- src/sink.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/sink.h') diff --git a/src/sink.h b/src/sink.h index 3a21f6d..e5bfaaa 100644 --- a/src/sink.h +++ b/src/sink.h @@ -55,4 +55,10 @@ struct sink_input { guint32 sink; }; +struct source { + struct vol_ctl base; + gint priority; + struct context *ctx; +}; + #endif -- cgit