mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -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
|
|
@ -185,6 +185,7 @@ pa_source* pa_source_new(
|
|||
s->volume = data->volume;
|
||||
s->muted = data->muted;
|
||||
s->refresh_volume = s->refresh_muted = FALSE;
|
||||
s->base_volume = PA_VOLUME_NORM;
|
||||
|
||||
reset_callbacks(s);
|
||||
s->userdata = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue