From 5f20ab328add9442082277a57c23273a3a2125ed Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Mon, 18 Aug 2014 20:49:17 +0200 Subject: Global update --- backends/alsa/alsa-stream-input-control.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'backends/alsa/alsa-stream-input-control.h') diff --git a/backends/alsa/alsa-stream-input-control.h b/backends/alsa/alsa-stream-input-control.h index c427e3c..0ce885a 100644 --- a/backends/alsa/alsa-stream-input-control.h +++ b/backends/alsa/alsa-stream-input-control.h @@ -22,6 +22,7 @@ #include #include +#include "alsa-stream.h" #include "alsa-stream-control.h" G_BEGIN_DECLS @@ -57,7 +58,8 @@ GType alsa_stream_input_control_get_type (void) G_GNUC_CONST; AlsaStreamControl *alsa_stream_input_control_new (const gchar *name, const gchar *label, - MateMixerStreamControlRole role); + MateMixerStreamControlRole role, + AlsaStream *stream); G_END_DECLS -- cgit v1.2.1