Home
last modified time | relevance | path

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

/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/acp/
H A Dalsa-mixer.h157 bool direction_try_other:1; member
H A Dalsa-mixer.c1506 (e->direction_try_other && snd_mixer_selem_has_capture_switch(me)); in check_required()
1510 (e->direction_try_other && snd_mixer_selem_has_playback_switch(me)); in check_required()
1516 (e->direction_try_other && snd_mixer_selem_has_capture_volume(me)); in check_required()
1520 (e->direction_try_other && snd_mixer_selem_has_playback_volume(me)); in check_required()
1595 if (e->direction_try_other && snd_mixer_selem_has_capture_volume(me)) in element_probe_volume()
1602 if (e->direction_try_other && snd_mixer_selem_has_playback_volume(me)) in element_probe_volume()
1609 e->direction_try_other = false; in element_probe_volume()
1848 if (e->direction_try_other && snd_mixer_selem_has_capture_switch(me)) in element_probe()
1857 if (e->direction_try_other && snd_mixer_selem_has_playback_switch(me)) in element_probe()
1865 e->direction_try_other = false; in element_probe()
[all …]