From 068d95e1c28b0e20e692c5ecb24f044542e82ae9 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sat, 8 Nov 2014 22:18:34 +0100 Subject: alsa: Use MateMixerStreamSwitch Also introduce alsa-types.h and move instance typedefs there to fix cross referencing introduced by this change --- backends/alsa/alsa-device.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'backends/alsa/alsa-device.h') diff --git a/backends/alsa/alsa-device.h b/backends/alsa/alsa-device.h index 9e908cf..7232e0b 100644 --- a/backends/alsa/alsa-device.h +++ b/backends/alsa/alsa-device.h @@ -22,7 +22,7 @@ #include #include -#include "alsa-stream.h" +#include "alsa-types.h" G_BEGIN_DECLS @@ -39,7 +39,6 @@ G_BEGIN_DECLS #define ALSA_DEVICE_GET_CLASS(o) \ (G_TYPE_INSTANCE_GET_CLASS ((o), ALSA_TYPE_DEVICE, AlsaDeviceClass)) -typedef struct _AlsaDevice AlsaDevice; typedef struct _AlsaDeviceClass AlsaDeviceClass; typedef struct _AlsaDevicePrivate AlsaDevicePrivate; -- cgit v1.2.1