Lines Matching defs:alsa_name
721 pa_xfree(o->alsa_name);
1932 o->alsa_idx = pa_streq(o->alsa_name, "on") ? 1 : 0;
1951 if (!pa_streq(buf, o->alsa_name))
2111 pa_streq(p->last_option->alsa_name, on)) {
2118 if (pa_streq(o->alsa_name, on))
2123 o->alsa_name = pa_xstrdup(on);
2736 pa_log("No name set for option %s", o->alsa_name);
2748 !pa_streq(o->alsa_name, "on") &&
2749 !pa_streq(o->alsa_name, "off")) {
2771 // pa_log_debug("Element %s, path %s: r=%d, r-any=%d, r-abs=%d", e->alsa_name, e->path->name, e->required, e->required_any, e->required_absent);
3307 pa_log_debug("Jack %s, alsa_name='%s', index='%d', detection %s", j->name, j->alsa_id.name, j->alsa_id.index, j->has_control ? "possible" : "unavailable");
3314 o->alsa_name,
3604 static bool options_have_option(pa_alsa_option *options, const char *alsa_name) {
3608 pa_assert(alsa_name);
3611 if (pa_streq(o->alsa_name, alsa_name))
3627 if (pa_streq(oa->alsa_name, ob->alsa_name)) {