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:
Tanu Kaskinen 2009-12-29 14:53:40 +02:00
parent 77312d06c8
commit 6a5f0ba431

View file

@ -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;
} }