Home
last modified time | relevance | path

Searched refs:PA_PORT_AVAILABLE_NO (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulse/
Ddef.h1061PA_PORT_AVAILABLE_NO = 1, /**< This port is not available, likely because the jack is not plu… enumerator
1067 #define PA_PORT_AVAILABLE_NO PA_PORT_AVAILABLE_NO macro
/third_party/pulseaudio/src/utils/
Dpactl.c322 case PA_PORT_AVAILABLE_NO: return _("not available"); in get_available_str()