From ecb20c5f7e728693bcb67981fdde44832f1ed028 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 1 Jan 2009 18:36:47 +0100 Subject: mixer: renamed mix_* options to mixer_* There is no reason to use the shortcut "mix" instead of "mixer". --- src/volume.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/volume.c') diff --git a/src/volume.c b/src/volume.c index e41d1d0e1..3ba0355e6 100644 --- a/src/volume.c +++ b/src/volume.c @@ -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 -- cgit v1.2.3