Lines Matching refs:has_volume
970 if (!p->has_volume)
1327 if (!p->has_volume)
1555 bool has_volume;
1571 has_volume =
1575 has_volume =
1583 (e->required == PA_ALSA_REQUIRED_VOLUME && !has_volume) ||
1587 if (e->required == PA_ALSA_REQUIRED_ANY && !(has_switch || has_volume || has_enumeration))
1591 (e->required_absent == PA_ALSA_REQUIRED_VOLUME && has_volume) ||
1595 if (e->required_absent == PA_ALSA_REQUIRED_ANY && (has_switch || has_volume || has_enumeration))
3211 if (!p->has_volume) {
3217 if (!p->has_volume) {
3243 } else if (p->has_volume) {
3248 p->has_volume = true;
3352 pa_log_debug("Path %s (%s), direction=%i, priority=%u, probed=%s, supported=%s, has_mute=%s, has_volume=%s, "
3361 pa_yes_no(p->has_volume),