Home
last modified time | relevance | path

Searched refs:only_from_unavailable (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-switch-on-connect.c47 "only_from_unavailable=<boolean, only switch from unavailable ports> "
53 "only_from_unavailable",
60 bool only_from_unavailable; member
112 if (u->only_from_unavailable) in sink_put_hook_callback()
114 pa_log_debug("Current default sink is available and module argument only_from_unavailable was set"); in sink_put_hook_callback()
172 if (u->only_from_unavailable) in source_put_hook_callback()
174 pa_log_debug("Current default source is available and module argument only_from_unavailable was set"); in source_put_hook_callback()
200 if (pa_modargs_get_value_boolean(ma, "only_from_unavailable", &u->only_from_unavailable) < 0) { in pa__init()
201 pa_log("Failed to get a boolean value for only_from_unavailable in pa__init()
[all...]

Completed in 1 milliseconds