From b837d040578f71207c3068321436743851b36a9f Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Fri, 20 May 2011 08:33:56 +0100 Subject: capture: Remove support for synchronised capture streams. This was added to ensure symmetry between playback and recording streams code, but in reality this makes little sense practically speaking and thus it is removed. --- src/pulsecore/source-output.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/pulsecore/source-output.h') diff --git a/src/pulsecore/source-output.h b/src/pulsecore/source-output.h index cd4b0d0f..b9a2b6b2 100644 --- a/src/pulsecore/source-output.h +++ b/src/pulsecore/source-output.h @@ -87,8 +87,6 @@ struct pa_source_output { pa_channel_map channel_map; pa_format_info *format; - pa_source_output *sync_prev, *sync_next; - /* Also see http://pulseaudio.org/wiki/InternalVolumes */ pa_cvolume volume; /* The volume clients are informed about */ pa_cvolume reference_ratio; /* The ratio of the stream's volume to the source's reference volume */ @@ -208,8 +206,6 @@ struct pa_source_output { * don't implement rewind() */ pa_memblockq *delay_memblockq; - pa_source_output *sync_prev, *sync_next; - /* The requested latency for the source */ pa_usec_t requested_source_latency; @@ -254,8 +250,6 @@ typedef struct pa_source_output_new_data { pa_resample_method_t resample_method; - pa_source_output *sync_base; - pa_sample_spec sample_spec; pa_channel_map channel_map; pa_format_info *format; -- cgit