Home
last modified time | relevance | path

Searched refs:PA_ALSA_VOLUME_CONSTANT (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/acp/
H A Dalsa-mixer.h58 PA_ALSA_VOLUME_CONSTANT /* set this volume to a constant value unconditionally */ enumerator
H A Dalsa-mixer.c1386 case PA_ALSA_VOLUME_CONSTANT: in element_set_constant_volume()
1465 case PA_ALSA_VOLUME_CONSTANT: in pa_alsa_path_select()
1628 …if (e->volume_use == PA_ALSA_VOLUME_CONSTANT && (e->min_volume > e->constant_volume || e->max_volu… in element_probe_volume()
2135 e->volume_use = PA_ALSA_VOLUME_CONSTANT; in element_parse_volume()
3559 …if (a->volume_use == PA_ALSA_VOLUME_CONSTANT && b->volume_use == PA_ALSA_VOLUME_CONSTANT && a->con… in element_is_subset()
3572 if (a->volume_use == PA_ALSA_VOLUME_CONSTANT) in element_is_subset()