Searched refs:enumeration_use (Results 1 – 2 of 2) sorted by relevance
1607 e->path->req_any_present |= (e->enumeration_use != PA_ALSA_ENUMERATION_IGNORE); in check_required()1613 (e->enumeration_use != PA_ALSA_ENUMERATION_IGNORE); in check_required()1620 if (e->enumeration_use == PA_ALSA_ENUMERATION_SELECT) { in check_required()1888 e->enumeration_use = PA_ALSA_ENUMERATION_IGNORE; in element_probe()1925 } else if (e->enumeration_use == PA_ALSA_ENUMERATION_SELECT) { in element_probe()2209 e->enumeration_use = PA_ALSA_ENUMERATION_IGNORE; in element_parse_enumeration()2211 e->enumeration_use = PA_ALSA_ENUMERATION_SELECT; in element_parse_enumeration()2674 pa_assert(e->enumeration_use == PA_ALSA_ENUMERATION_SELECT); in element_set_option()2732 if (o->element->enumeration_use != PA_ALSA_ENUMERATION_SELECT && in option_verify()2773 … if (e->switch_use == PA_ALSA_SWITCH_SELECT && e->enumeration_use == PA_ALSA_ENUMERATION_SELECT) { in element_verify()[all …]
151 pa_alsa_enumeration_use_t enumeration_use; member