Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.h160 bool direction_try_other:1; member
Dalsa-mixer.c1563 (e->direction_try_other && snd_mixer_selem_has_capture_switch(me)); in check_required()
1567 (e->direction_try_other && snd_mixer_selem_has_playback_switch(me)); in check_required()
1573 (e->direction_try_other && snd_mixer_selem_has_capture_volume(me)); in check_required()
1577 (e->direction_try_other && snd_mixer_selem_has_playback_volume(me)); in check_required()
1652 if (e->direction_try_other && snd_mixer_selem_has_capture_volume(me)) in element_probe_volume()
1659 if (e->direction_try_other && snd_mixer_selem_has_playback_volume(me)) in element_probe_volume()
1666 e->direction_try_other = false; in element_probe_volume()
1897 if (e->direction_try_other && snd_mixer_selem_has_capture_switch(me)) in element_probe()
1906 if (e->direction_try_other && snd_mixer_selem_has_playback_switch(me)) in element_probe()
1914 e->direction_try_other = false; in element_probe()
[all …]