• Home
  • Raw
  • Download

Lines Matching refs:pa_streq

292         if (pa_streq(dm[i].key, key))  in lookup_description()
305 if (pa_streq(dm[i].key, key)) in lookup_description2()
1932 o->alsa_idx = pa_streq(o->alsa_name, "on") ? 1 : 0; in element_probe()
1951 if (!pa_streq(buf, o->alsa_name)) in element_probe()
2029 if (p->last_element && pa_streq(p->last_element->alsa_id.name, name) && in pa_alsa_element_get()
2034 if (pa_streq(e->alsa_id.name, name) && e->alsa_id.index == index) in pa_alsa_element_get()
2064 if (p->last_jack && pa_streq(p->last_jack->name, name) && in jack_get()
2069 if (pa_streq(j->name, name) && j->alsa_id.index == index) in jack_get()
2109 pa_streq(p->last_option->element->alsa_id.name, name) && in option_get()
2111 pa_streq(p->last_option->alsa_name, on)) { in option_get()
2118 if (pa_streq(o->alsa_name, on)) in option_get()
2149 if (pa_streq(state->rvalue, "ignore")) in element_parse_switch()
2151 else if (pa_streq(state->rvalue, "mute")) in element_parse_switch()
2153 else if (pa_streq(state->rvalue, "off")) in element_parse_switch()
2155 else if (pa_streq(state->rvalue, "on")) in element_parse_switch()
2157 else if (pa_streq(state->rvalue, "select")) in element_parse_switch()
2180 if (pa_streq(state->rvalue, "ignore")) in element_parse_volume()
2182 else if (pa_streq(state->rvalue, "merge")) in element_parse_volume()
2184 else if (pa_streq(state->rvalue, "off")) in element_parse_volume()
2186 else if (pa_streq(state->rvalue, "zero")) in element_parse_volume()
2216 if (pa_streq(state->rvalue, "ignore")) in element_parse_enumeration()
2218 else if (pa_streq(state->rvalue, "select")) in element_parse_enumeration()
2263 if (pa_streq(state->rvalue, device_port_types[idx].name)) { in parse_type()
2284 if (pa_streq(state->rvalue, "auto")) { in parse_eld_device()
2355 if (pa_streq(state->rvalue, "ignore")) in element_parse_required()
2357 else if (pa_streq(state->rvalue, "switch") && e) in element_parse_required()
2359 else if (pa_streq(state->rvalue, "volume") && e) in element_parse_required()
2361 else if (pa_streq(state->rvalue, "enumeration")) in element_parse_required()
2363 else if (pa_streq(state->rvalue, "any")) in element_parse_required()
2370 if (pa_streq(state->lvalue, "required-absent")) { in element_parse_required()
2378 else if (pa_streq(state->lvalue, "required-any")) { in element_parse_required()
2418 if (pa_streq(state->rvalue, "playback")) in element_parse_direction()
2420 else if (pa_streq(state->rvalue, "capture")) in element_parse_direction()
2489 if (pa_streq(m, "all-left")) in parse_mask()
2491 else if (pa_streq(m, "all-right")) in parse_mask()
2493 else if (pa_streq(m, "all-center")) in parse_mask()
2495 else if (pa_streq(m, "all-front")) in parse_mask()
2497 else if (pa_streq(m, "all-rear")) in parse_mask()
2499 else if (pa_streq(m, "all-side")) in parse_mask()
2501 else if (pa_streq(m, "all-top")) in parse_mask()
2503 else if (pa_streq(m, "all-no-lfe")) in parse_mask()
2505 else if (pa_streq(m, "all")) in parse_mask()
2608 if (pa_streq(state->rvalue, "yes")) in jack_parse_state()
2610 else if (pa_streq(state->rvalue, "no")) in jack_parse_state()
2612 else if (pa_streq(state->rvalue, "unknown")) in jack_parse_state()
2619 if (pa_streq(state->lvalue, "state.unplugged")) in jack_parse_state()
2623 pa_assert(pa_streq(state->lvalue, "state.plugged")); in jack_parse_state()
2748 !pa_streq(o->alsa_name, "on") && in option_verify()
2749 !pa_streq(o->alsa_name, "off")) { in option_verify()
3079 if (pa_streq(u->name, o->name)) in path_make_options_unique()
3091 if (!pa_streq(u->name, m)) in path_make_options_unique()
3483 if (pa_streq(*kn, *in)) { in pa_alsa_path_set_new()
3567 … if (e->volume_use != PA_ALSA_VOLUME_IGNORE && pa_streq(db_fix->name, e->alsa_id.name) && in pa_alsa_path_set_new()
3611 if (pa_streq(o->alsa_name, alsa_name)) in options_have_option()
3627 if (pa_streq(oa->alsa_name, ob->alsa_name)) { in enumeration_is_subset()
3791 if (jb->has_control && pa_streq(ja->alsa_id.name, jb->alsa_id.name) && in path_set_condense()
3814 if (pa_streq(ea->alsa_id.name, eb->alsa_id.name) && in path_set_condense()
3840 if (p != ignore && pa_streq(p->description, description)) in path_set_find_path_by_description()
3866 if (!pa_streq(q->description, old_description)) in path_set_make_path_descriptions_unique()
4078 if (pa_streq(state->lvalue, "paths-input")) { in mapping_parse_paths()
4126 if (pa_streq(state->lvalue, "element-input")) { in mapping_parse_element()
4150 if (pa_streq(state->rvalue, "input")) in mapping_parse_direction()
4152 else if (pa_streq(state->rvalue, "output")) in mapping_parse_direction()
4154 else if (pa_streq(state->rvalue, "any")) in mapping_parse_direction()
4297 if (pa_streq(state->lvalue, "input-mappings")) { in profile_parse_mappings()
4482 if (pa_streq(j->alsa_id.name, j2->alsa_id.name) && in profile_set_set_availability_groups()
4759 if (pa_streq(*name, *in)) { in profile_verify()
4795 if (pa_streq(*name, *in)) { in profile_verify()