Searched refs:direction_try_other (Results 1 – 2 of 2) sorted by relevance
160 bool direction_try_other:1; member
1563 (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 …]