mixer: renamed mix_* options to mixer_*

There is no reason to use the shortcut "mix" instead of "mixer".
This commit is contained in:
Max Kellermann
2009-01-01 18:36:47 +01:00
parent 65f037eb32
commit ecb20c5f7e
5 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -57,12 +57,12 @@ mixer_reconfigure(char *driver)
param = getConfigParam(CONF_MIXER_DEVICE);
if (param) {
g_warning("deprecated option mixer_device found, translating to %s config section\n", driver);
addBlockParam(newparam, "mix_device", param->value, -1);
addBlockParam(newparam, "mixer_device", param->value, -1);
}
param = getConfigParam(CONF_MIXER_CONTROL);
if (param) {
g_warning("deprecated option mixer_control found, translating to %s config section\n", driver);
addBlockParam(newparam, "mix_control", param->value, -1);
addBlockParam(newparam, "mixer_control", param->value, -1);
}
if (newparam->numberOfBlockParams > 0) {
//call configure method of corrensponding mixer