Lines Matching refs:restore_device
64 "restore_device=<Save/restore sinks/sources?> "
80 "restore_device",
102 bool restore_device:1;
1445 pa_assert(u->restore_device);
1622 pa_assert(u->restore_device);
1855 if (u->restore_device) {
1898 if (u->restore_device) {
2324 bool restore_device = true, restore_volume = true, restore_muted = true;
2338 if (pa_modargs_get_value_boolean(ma, "restore_device", &restore_device) < 0 ||
2341 pa_log("restore_device=, restore_volume= and restore_muted= expect boolean arguments");
2349 if (!restore_muted && !restore_volume && !restore_device)
2355 u->restore_device = restore_device;
2367 if (restore_device) {