Home
last modified time | relevance | path

Searched refs:restore_volume (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-volume-restore.c46 bool restore_device = true, restore_volume = true; in pa__init() local
58 pa_modargs_get_value_boolean(ma, "restore_volume", &restore_volume) < 0) { in pa__init()
65 …t = pa_sprintf_malloc("restore_volume=%s restore_device=%s", pa_yes_no(restore_volume), pa_yes_no(… in pa__init()
Dmodule-device-restore.c85 bool restore_volume:1; member
757 pa_assert(u->restore_volume || u->restore_muted); in sink_fixate_hook_callback()
763 if (u->restore_volume && e->volume_valid) { in sink_fixate_hook_callback()
806 pa_assert(u->restore_volume || u->restore_muted); in sink_port_hook_callback()
812 if (u->restore_volume && e->volume_valid) { in sink_port_hook_callback()
899 pa_assert(u->restore_volume || u->restore_muted); in source_fixate_hook_callback()
905 if (u->restore_volume && e->volume_valid) { in source_fixate_hook_callback()
948 pa_assert(u->restore_volume || u->restore_muted); in source_port_hook_callback()
954 if (u->restore_volume && e->volume_valid) { in source_port_hook_callback()
1202 bool restore_volume = true, restore_muted = true, restore_port = true, restore_formats = true; in pa__init() local
[all …]
Dmodule-stream-restore.c103 bool restore_volume:1; member
1529 pa_assert(u->restore_volume || u->restore_muted); in sink_input_fixate_hook_callback()
1541 if (u->restore_volume && e->volume_valid) { in sink_input_fixate_hook_callback()
1637 pa_assert(u->restore_volume || u->restore_muted); in source_output_fixate_hook_callback()
1649 if (u->restore_volume && e->volume_valid) { in source_output_fixate_hook_callback()
1783 if (u->restore_volume && e->volume_valid && si->volume_writable) { in entry_apply()
1826 if (u->restore_volume && e->volume_valid && so->volume_writable) { in entry_apply()
2266 bool restore_device = true, restore_volume = true, restore_muted = true; in pa__init() local
2281 pa_modargs_get_value_boolean(ma, "restore_volume", &restore_volume) < 0 || in pa__init()
2291 if (!restore_muted && !restore_volume && !restore_device) in pa__init()
[all …]