From 7836d64d4d40b9f8c82a7e01f4bd94c3d36bb1ec Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 12 Mar 2002 13:05:20 +0000 Subject: [PATCH] fixed typo. --- alsamixer/alsamixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsamixer/alsamixer.c b/alsamixer/alsamixer.c index 5851f9e..8faab4b 100644 --- a/alsamixer/alsamixer.c +++ b/alsamixer/alsamixer.c @@ -546,7 +546,7 @@ mixer_write_cbar (int elem_index) int mono; int joined; mono = (chn_right == SND_MIXER_SCHN_UNKNOWN); - if (type == MIXER_ELEM_CAPTURE) + if (type != MIXER_ELEM_CAPTURE) joined = snd_mixer_selem_has_playback_volume_joined(elem); else joined = snd_mixer_selem_has_capture_volume_joined(elem); -- 2.47.1