mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE

Those have been superseded by the new legacy configuration code.
This commit is contained in:
Max Kellermann
2009-01-25 17:38:06 +01:00
parent 188f9e663c
commit db2058a265
5 changed files with 0 additions and 30 deletions

View File

@@ -127,7 +127,6 @@ enum audio_output_command {
enum audio_control_command {
AC_MIXER_GETVOL = 0,
AC_MIXER_SETVOL,
AC_MIXER_CONFIGURE,
};
struct audio_output;