Searched refs:volume_valid (Results 1 – 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-device-restore.c | 113 bool muted_valid, volume_valid; member 365 pa_tagstruct_put_boolean(t, e->volume_valid); in perportentry_write() 414 pa_tagstruct_get_boolean(t, &e->volume_valid) < 0 || in perportentry_read() 436 if (e->volume_valid && !pa_channel_map_valid(&e->channel_map)) { in perportentry_read() 441 …if (e->volume_valid && (!pa_cvolume_valid(&e->volume) || !pa_cvolume_compatible_with_channel_map(&… in perportentry_read() 485 r->volume_valid = e->volume_valid; in perportentry_copy() 506 if (a->volume_valid != b->volume_valid || in perportentries_equal() 507 …(a->volume_valid && !pa_cvolume_equal(pa_cvolume_remap(&t, &b->channel_map, &a->channel_map), &a->… in perportentries_equal() 524 bool muted_valid:1, volume_valid:1, port_valid:1; in legacy_entry_read() member 554 if (le->volume_valid && !pa_channel_map_valid(&le->channel_map)) { in legacy_entry_read() [all …]
|
D | module-stream-restore.c | 119 bool muted_valid, volume_valid, device_valid, card_valid; member 414 if (!e->volume_valid) { in append_volume() 639 volume_updated = (e->volume_valid != !!map.channels) || !pa_cvolume_equal(&e->volume, &vol); in handle_add_entry() 642 e->volume_valid = !!map.channels; in handle_add_entry() 662 e->volume_valid = !!map.channels; in handle_add_entry() 814 updated = (e->volume_valid != !!map.channels) || !pa_cvolume_equal(&e->volume, &vol); in handle_entry_set_volume() 819 e->volume_valid = !!map.channels; in handle_entry_set_volume() 992 pa_tagstruct_put_boolean(t, e->volume_valid); in entry_write() 1020 bool muted_valid:1, volume_valid:1, device_valid:1, card_valid:1; in legacy_entry_read() member 1076 if (le->volume_valid && !pa_channel_map_valid(&le->channel_map)) { in legacy_entry_read() [all …]
|