mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:35:42 +01:00
fixed typo.
This commit is contained in:
parent
23d9d20b9c
commit
7836d64d4d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue