mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-13 01:35:43 +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 mono;
|
||||||
int joined;
|
int joined;
|
||||||
mono = (chn_right == SND_MIXER_SCHN_UNKNOWN);
|
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);
|
joined = snd_mixer_selem_has_playback_volume_joined(elem);
|
||||||
else
|
else
|
||||||
joined = snd_mixer_selem_has_capture_volume_joined(elem);
|
joined = snd_mixer_selem_has_capture_volume_joined(elem);
|
||||||
|
|
Loading…
Reference in a new issue