summaryrefslogtreecommitdiffstats
path: root/src/polyp
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-06 20:55:53 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-06 20:55:53 +0000
commitbb6c45dee8b2627527429e65637354635cc98ea1 (patch)
tree5299384335dfebca79ec0401800ee8f5e2c87f8c /src/polyp
parent3f92e3efa92d946e0410bc78d7329039b4ad6f47 (diff)
remove bogus check that disallowed latency interpolation and stuff for record streams
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@829 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp')
-rw-r--r--src/polyp/stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/polyp/stream.c b/src/polyp/stream.c
index c86a200a..2c4e882c 100644
--- a/src/polyp/stream.c
+++ b/src/polyp/stream.c
@@ -464,7 +464,6 @@ static int create_stream(
PA_STREAM_INTERPOLATE_TIMING|
PA_STREAM_NOT_MONOTONOUS|
PA_STREAM_AUTO_TIMING_UPDATE : 0))), PA_ERR_INVALID);
- PA_CHECK_VALIDITY(s->context, direction == PA_STREAM_PLAYBACK || flags == 0, PA_ERR_INVALID);
PA_CHECK_VALIDITY(s->context, !volume || volume->channels == s->sample_spec.channels, PA_ERR_INVALID);
PA_CHECK_VALIDITY(s->context, !sync_stream || (direction == PA_STREAM_PLAYBACK && sync_stream->direction == PA_STREAM_PLAYBACK), PA_ERR_INVALID);