]> git.alsa-project.org Git - alsa-utils.git/commitdiff
fixed typo.
authorTakashi Iwai <tiwai@suse.de>
Tue, 12 Mar 2002 13:05:20 +0000 (13:05 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 12 Mar 2002 13:05:20 +0000 (13:05 +0000)
alsamixer/alsamixer.c

index 5851f9e0c97b88da9c4a60caba56fea4990fd0ed..8faab4bd462a5abe254fe9f983af09493bd29645 100644 (file)
@@ -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);