From: Takashi Iwai Date: Tue, 12 Mar 2002 13:05:20 +0000 (+0000) Subject: fixed typo. X-Git-Tag: v1.0.3~144 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=7836d64d4d40b9f8c82a7e01f4bd94c3d36bb1ec;p=alsa-utils.git fixed typo. --- 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);