summaryrefslogtreecommitdiff
path: root/backends/alsa/alsa-stream-output-control.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-08 22:18:34 +0100
committerMichal Ratajsky <[email protected]>2014-11-08 22:18:34 +0100
commit068d95e1c28b0e20e692c5ecb24f044542e82ae9 (patch)
tree5be0c066ba9d6ce605c4b82e8e0ae2ec8c00bb9c /backends/alsa/alsa-stream-output-control.h
parente72c6f834323e65a41f2ab50047d6fd98f1e09db (diff)
downloadlibmatemixer-068d95e1c28b0e20e692c5ecb24f044542e82ae9.tar.bz2
libmatemixer-068d95e1c28b0e20e692c5ecb24f044542e82ae9.tar.xz
alsa: Use MateMixerStreamSwitch
Also introduce alsa-types.h and move instance typedefs there to fix cross referencing introduced by this change
Diffstat (limited to 'backends/alsa/alsa-stream-output-control.h')
-rw-r--r--backends/alsa/alsa-stream-output-control.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/alsa/alsa-stream-output-control.h b/backends/alsa/alsa-stream-output-control.h
index 9a5b708..e29319d 100644
--- a/backends/alsa/alsa-stream-output-control.h
+++ b/backends/alsa/alsa-stream-output-control.h
@@ -22,8 +22,8 @@
#include <glib-object.h>
#include <libmatemixer/matemixer.h>
-#include "alsa-stream.h"
#include "alsa-stream-control.h"
+#include "alsa-types.h"
G_BEGIN_DECLS
@@ -40,7 +40,6 @@ G_BEGIN_DECLS
#define ALSA_STREAM_OUTPUT_CONTROL_GET_CLASS(o) \
(G_TYPE_INSTANCE_GET_CLASS ((o), ALSA_TYPE_STREAM_OUTPUT_CONTROL, AlsaStreamOutputControlClass))
-typedef struct _AlsaStreamOutputControl AlsaStreamOutputControl;
typedef struct _AlsaStreamOutputControlClass AlsaStreamOutputControlClass;
typedef struct _AlsaStreamOutputControlPrivate AlsaStreamOutputControlPrivate;