mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
alsamixer: cosmetic fix
This commit is contained in:
parent
96bb89f43a
commit
a08925f7a8
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ mixer_write_cbar (int elem_index)
|
||||||
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);
|
||||||
mono |= joined;
|
mono |= joined;
|
||||||
if (mixer_volume_absolute != -1) {
|
if (mixer_volume_absolute != -1) {
|
||||||
vbalance = vright = vleft = mixer_convert_volume(elem, mixer_volume_absolute, type);
|
vbalance = vright = vleft = mixer_convert_volume(elem, mixer_volume_absolute, type);
|
||||||
|
|
Loading…
Reference in a new issue