Lines Matching defs:on_hotplug
39 "on_hotplug=<When new device becomes available, recheck streams?> "
43 "on_hotplug",
60 bool on_hotplug:1;
170 pa_assert(u->on_hotplug);
214 pa_assert(u->on_hotplug);
369 bool on_hotplug = true, on_rescue = true;
378 if (pa_modargs_get_value_boolean(ma, "on_hotplug", &on_hotplug) < 0 ||
380 pa_log("on_hotplug= and on_rescue= expect boolean arguments");
387 u->on_hotplug = on_hotplug;
394 if (on_hotplug) {