diff options
Diffstat (limited to 'src/pulsecore/sink-input.h')
-rw-r--r-- | src/pulsecore/sink-input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/sink-input.h b/src/pulsecore/sink-input.h index af3db95e..0168805a 100644 --- a/src/pulsecore/sink-input.h +++ b/src/pulsecore/sink-input.h @@ -131,6 +131,7 @@ typedef struct pa_sink_input_new_data { int sample_spec_is_set; pa_channel_map channel_map; int channel_map_is_set; + pa_cvolume volume; int volume_is_set; int muted; |