From: Jaroslav Kysela Date: Wed, 4 Oct 2006 07:34:02 +0000 (+0200) Subject: alsamixer: cosmetic fix X-Git-Tag: v1.0.14rc1~15 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a08925f7a84e23e6a6dcc19ba3a74c247d661d16;p=alsa-utils.git alsamixer: cosmetic fix --- 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);