diff options
Diffstat (limited to 'src/mixer/alsa_mixer.c')
-rw-r--r-- | src/mixer/alsa_mixer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mixer/alsa_mixer.c b/src/mixer/alsa_mixer.c index 506daf794..fa97211aa 100644 --- a/src/mixer/alsa_mixer.c +++ b/src/mixer/alsa_mixer.c @@ -43,9 +43,9 @@ alsa_mixer_configure(struct alsa_mixer *am, ConfigParam *param) { BlockParam *bp; - if ((bp = getBlockParam(param, "mix_device"))) + if ((bp = getBlockParam(param, "mixer_device"))) am->device = bp->value; - if ((bp = getBlockParam(param, "mix_control"))) + if ((bp = getBlockParam(param, "mixer_control"))) am->control = bp->value; } |