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/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'backends/alsa/Makefile.am') diff --git a/backends/alsa/Makefile.am b/backends/alsa/Makefile.am index 48dcaba..c192cfb 100644 --- a/backends/alsa/Makefile.am +++ b/backends/alsa/Makefile.am @@ -33,7 +33,8 @@ libmatemixer_alsa_la_SOURCES = \ alsa-switch-option.c \ alsa-switch-option.h \ alsa-toggle.c \ - alsa-toggle.h + alsa-toggle.h \ + alsa-types.h libmatemixer_alsa_la_LIBADD = \ $(GLIB_LIBS) \ -- cgit v1.2.1