diff options
Diffstat (limited to 'backends/alsa/alsa-switch.h')
-rw-r--r-- | backends/alsa/alsa-switch.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/backends/alsa/alsa-switch.h b/backends/alsa/alsa-switch.h index fdcfb87..b7f5931 100644 --- a/backends/alsa/alsa-switch.h +++ b/backends/alsa/alsa-switch.h @@ -56,9 +56,10 @@ struct _AlsaSwitchClass GType alsa_switch_get_type (void) G_GNUC_CONST; -AlsaSwitch *alsa_switch_new (const gchar *name, - const gchar *label, - GList *options); +AlsaSwitch *alsa_switch_new (const gchar *name, + const gchar *label, + MateMixerSwitchRole role, + GList *options); G_END_DECLS |