diff options
Diffstat (limited to '')
-rw-r--r-- | src/audio.h | 6 |
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); |