diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-07-31 22:56:35 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-07-31 22:56:35 +0000 |
commit | d3eca287cfc177fc5084ddf72ccfdbe9bee23cae (patch) | |
tree | 82adbde63d144be390001ce0f572a5a1066ddd17 /src/pulsecore/sink-input.h | |
parent | 0defdfb5607889c35fdefff4af31eb8b0ae0cbcf (diff) |
rename pa_source_output_new_data::corked to start_corked to match pa_sink_input_new_data::start_corked
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1563 fefdeb5f-60dc-0310-8127-8f9354f1896f
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; |