summaryrefslogtreecommitdiff
path: root/alsamixer
diff options
context:
space:
mode:
Diffstat (limited to 'alsamixer')
-rw-r--r--alsamixer/alsamixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alsamixer/alsamixer.c b/alsamixer/alsamixer.c
index cfa2e04..e745156 100644
--- a/alsamixer/alsamixer.c
+++ b/alsamixer/alsamixer.c
@@ -601,7 +601,7 @@ mixer_write_cbar (int elem_index)
if (type != MIXER_ELEM_CAPTURE)
joined = snd_mixer_selem_has_playback_volume_joined(elem);
else
- joined = snd_mixer_selem_has_capture_volume_joined(elem);
+ joined = snd_mixer_selem_has_capture_volume_joined(elem);
mono |= joined;
if (mixer_volume_absolute != -1) {
vbalance = vright = vleft = mixer_convert_volume(elem, mixer_volume_absolute, type);