mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Add "base volume" field to sinks/sources
This commit is contained in:
parent
3e3c103ed9
commit
6130c5c11b
8 changed files with 48 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue