From a08925f7a84e23e6a6dcc19ba3a74c247d661d16 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 4 Oct 2006 09:34:02 +0200 Subject: [PATCH] alsamixer: cosmetic fix --- alsamixer/alsamixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3