From 69b3a5c03321071ebc640d66e98bbf41c709938a Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sat, 8 Nov 2014 20:30:24 +0100 Subject: pulse: Use MateMixerDeviceSwitch and MateMixerStreamSwitch --- backends/pulse/pulse-port-switch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/pulse/pulse-port-switch.h') diff --git a/backends/pulse/pulse-port-switch.h b/backends/pulse/pulse-port-switch.h index 6ccef38..a69361f 100644 --- a/backends/pulse/pulse-port-switch.h +++ b/backends/pulse/pulse-port-switch.h @@ -44,7 +44,7 @@ typedef struct _PulsePortSwitchPrivate PulsePortSwitchPrivate; struct _PulsePortSwitch { - MateMixerSwitch parent; + MateMixerStreamSwitch parent; /*< private >*/ PulsePortSwitchPrivate *priv; @@ -52,7 +52,7 @@ struct _PulsePortSwitch struct _PulsePortSwitchClass { - MateMixerSwitchClass parent_class; + MateMixerStreamSwitchClass parent_class; /*< private >*/ gboolean (*set_active_port) (PulsePortSwitch *swtch, -- cgit v1.2.1