Add "base volume" field to sinks/sources

This commit is contained in:
Lennart Poettering 2008-12-24 00:49:43 +01:00
parent 3e3c103ed9
commit 6130c5c11b
8 changed files with 48 additions and 7 deletions

View file

@ -81,6 +81,8 @@ struct pa_sink {
pa_cvolume volume;
pa_bool_t muted;
pa_volume_t base_volume; /* shall be constant */
pa_bool_t refresh_volume:1;
pa_bool_t refresh_muted:1;