aboutsummaryrefslogtreecommitdiff
path: root/src/mixer_all.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-14 11:36:50 +0100
committerMax Kellermann <max@duempel.org>2009-03-14 11:36:50 +0100
commita5017a2d7c03506f55cf7eb465ca7d254dfc14a9 (patch)
treedea521c4221f3cd6729e85f384dfcb8d2fa1e8d1 /src/mixer_all.c
parent8d01110c8407b1efbdbe255f2e27a6daf6ac2d9a (diff)
mixer_api: moved functions to mixer_control.c
mixer_control.h should provide the functions needed to manipulate a mixer, without exposing the internal mixer API (which is provided by mixer_api.h).
Diffstat (limited to 'src/mixer_all.c')
-rw-r--r--src/mixer_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer_all.c b/src/mixer_all.c
index b4ac024b..34b16c4b 100644
--- a/src/mixer_all.c
+++ b/src/mixer_all.c
@@ -18,7 +18,7 @@
*/
#include "mixer_all.h"
-#include "mixer_api.h"
+#include "mixer_control.h"
#include "output_all.h"
#include "output_plugin.h"
#include "output_internal.h"