Searched refs:PA_PORT_AVAILABLE_YES (Results 1 – 3 of 3) sorted by relevance
1062 …PA_PORT_AVAILABLE_YES = 2, /**< This port is available, likely because the jack is plugged in.… enumerator1068 #define PA_PORT_AVAILABLE_YES PA_PORT_AVAILABLE_YES macro
218 if (pa_tagstruct_getu32(t, &av) < 0 || av > PA_PORT_AVAILABLE_YES) in context_get_sink_info_callback()498 if (pa_tagstruct_getu32(t, &av) < 0 || av > PA_PORT_AVAILABLE_YES) in context_get_source_info_callback()845 if (available > PA_PORT_AVAILABLE_YES ) { in fill_card_port_info()
238 case PA_PORT_AVAILABLE_YES: return _("available"); in get_available_str()