From 44651c5d2334da5dd295eca9c2e530b99348bdd6 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sat, 8 Nov 2014 23:04:31 +0100 Subject: Split MateMixerSwitchRole into MateMixerDeviceSwitchRole and MateMixerStreamSwitchRole --- backends/alsa/alsa-switch.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'backends/alsa/alsa-switch.c') diff --git a/backends/alsa/alsa-switch.c b/backends/alsa/alsa-switch.c index b080188..c2a95ca 100644 --- a/backends/alsa/alsa-switch.c +++ b/backends/alsa/alsa-switch.c @@ -103,11 +103,11 @@ alsa_switch_init (AlsaSwitch *swtch) } AlsaSwitch * -alsa_switch_new (AlsaStream *stream, - const gchar *name, - const gchar *label, - MateMixerSwitchRole role, - GList *options) +alsa_switch_new (AlsaStream *stream, + const gchar *name, + const gchar *label, + MateMixerStreamSwitchRole role, + GList *options) { AlsaSwitch *swtch; -- cgit v1.2.1