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-constants.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/alsa/alsa-constants.h') diff --git a/backends/alsa/alsa-constants.h b/backends/alsa/alsa-constants.h index 8137289..9ec4a0a 100644 --- a/backends/alsa/alsa-constants.h +++ b/backends/alsa/alsa-constants.h @@ -33,9 +33,9 @@ typedef struct { } AlsaControlInfo; typedef struct { - gchar *name; - gchar *label; - MateMixerSwitchRole role; + gchar *name; + gchar *label; + MateMixerStreamSwitchRole role; } AlsaSwitchInfo; typedef struct { -- cgit v1.2.1