aboutsummaryrefslogtreecommitdiff
path: root/src/volume.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/volume.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/volume.c')
-rw-r--r--src/volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/volume.c b/src/volume.c
index a7bae962..e120df40 100644
--- a/src/volume.c
+++ b/src/volume.c
@@ -24,7 +24,7 @@
#include "pcm_volume.h"
#include "config.h"
#include "output_all.h"
-#include "mixer_api.h"
+#include "mixer_control.h"
#include "mixer_all.h"
#include <glib.h>