mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alsa-mixer: Replace erroneous PA_ALSA_VOLUME_IGNORE with PA_ALSA_ENUMERATION_IGNORE.
This fix doesn't have any concrete effect, because the two constants have the same value.
This commit is contained in:
parent
77312d06c8
commit
6a5f0ba431
1 changed files with 1 additions and 1 deletions
|
|
@ -1037,7 +1037,7 @@ static int element_probe(pa_alsa_element *e, snd_mixer_t *m) {
|
||||||
|
|
||||||
e->switch_use = PA_ALSA_SWITCH_IGNORE;
|
e->switch_use = PA_ALSA_SWITCH_IGNORE;
|
||||||
e->volume_use = PA_ALSA_VOLUME_IGNORE;
|
e->volume_use = PA_ALSA_VOLUME_IGNORE;
|
||||||
e->enumeration_use = PA_ALSA_VOLUME_IGNORE;
|
e->enumeration_use = PA_ALSA_ENUMERATION_IGNORE;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue