mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Merge commit 'e0f8ffe41f'
This commit is contained in:
commit
a861ffacc4
3 changed files with 69 additions and 21 deletions
|
|
@ -81,6 +81,7 @@ struct pa_sink {
|
|||
pa_source *monitor_source;
|
||||
|
||||
pa_cvolume volume;
|
||||
pa_cvolume virtual_volume;
|
||||
pa_bool_t muted;
|
||||
|
||||
pa_volume_t base_volume; /* shall be constant */
|
||||
|
|
@ -214,6 +215,7 @@ void pa_sink_new_data_done(pa_sink_new_data *data);
|
|||
typedef struct pa_sink_set_volume_data {
|
||||
pa_sink *sink;
|
||||
pa_cvolume volume;
|
||||
pa_cvolume virtual_volume;
|
||||
} pa_sink_set_volume_data;
|
||||
|
||||
/* To be called exclusively by the sink driver, from main context */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue