summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/source-output.h
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2011-05-20 08:33:56 +0100
committerColin Guthrie <colin@mageia.org>2011-06-22 22:45:28 +0100
commitb837d040578f71207c3068321436743851b36a9f (patch)
tree6b4e9d8511ce40d83c0c882521e9a2c87fa1a991 /src/pulsecore/source-output.h
parent4eb513cbf45b46c83f4b3456d66277183615da8e (diff)
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.
Diffstat (limited to 'src/pulsecore/source-output.h')
-rw-r--r--src/pulsecore/source-output.h6
1 files changed, 0 insertions, 6 deletions
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;