aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-11 18:02:45 +0100
committerMax Kellermann <max@duempel.org>2009-02-11 18:02:45 +0100
commit9d447dda1da059105d0f5da92be384c5e2b57df3 (patch)
treea861a7a842fb318c266e48a7f365061985a2e340 /src/audio.h
parent3bc4224bfda5ebf9cd6969ea0f6647b1af3e9da6 (diff)
downloadmpd-9d447dda1da059105d0f5da92be384c5e2b57df3.tar.gz
mpd-9d447dda1da059105d0f5da92be384c5e2b57df3.tar.xz
mpd-9d447dda1da059105d0f5da92be384c5e2b57df3.zip
audio: moved code to output_command.c
The output_command library provides a command interface to the audio outputs. It assumes the input comes from an untrusted source (i.e. the client) and verifies all parameters.
Diffstat (limited to 'src/audio.h')
-rw-r--r--src/audio.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/audio.h b/src/audio.h
index 588655b05..7f4ff04d7 100644
--- a/src/audio.h
+++ b/src/audio.h
@@ -31,12 +31,6 @@ void initAudioConfig(void);
void finishAudioConfig(void);
-/* these functions are called in the main parent process while the child
- process is busy playing to the audio */
-int enableAudioDevice(unsigned int device);
-
-int disableAudioDevice(unsigned int device);
-
bool mixer_control_setvol(unsigned int device, int volume, int rel);
bool mixer_control_getvol(unsigned int device, int *volume);