mixer_control: moved functions to mixer_all.c

This commit is contained in:
Max Kellermann
2009-03-14 11:35:54 +01:00
parent 88af35c0ab
commit 8d01110c84
3 changed files with 61 additions and 71 deletions

View File

@@ -22,10 +22,4 @@
#include <stdbool.h>
bool
mixer_control_setvol(unsigned int device, int volume, int rel);
bool
mixer_control_getvol(unsigned int device, int *volume);
#endif