diff options
author | Max Kellermann <max@duempel.org> | 2009-03-12 18:34:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-12 18:34:37 +0100 |
commit | e9cbb6be3f7c0a13425fdb542db619452668a6b5 (patch) | |
tree | 4a420ff03583d0cccc37d1e250685e6ea26f3b9f /src/volume.c | |
parent | 9feaedd799cf68173700f3d390c559ee840a430a (diff) | |
download | mpd-e9cbb6be3f7c0a13425fdb542db619452668a6b5.tar.gz mpd-e9cbb6be3f7c0a13425fdb542db619452668a6b5.tar.xz mpd-e9cbb6be3f7c0a13425fdb542db619452668a6b5.zip |
audio: moved mixer functions to mixer_control.c
Diffstat (limited to 'src/volume.c')
-rw-r--r-- | src/volume.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/volume.c b/src/volume.c index 336615e81..1f54df344 100644 --- a/src/volume.c +++ b/src/volume.c @@ -22,7 +22,7 @@ #include "idle.h" #include "pcm_volume.h" #include "config.h" -#include "audio.h" +#include "mixer_control.h" #include "output_all.h" #include "mixer_api.h" |