From 9d447dda1da059105d0f5da92be384c5e2b57df3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Feb 2009 18:02:45 +0100 Subject: 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. --- src/audio.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/audio.h') 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); -- cgit v1.2.3