[polypaudio-commits] r829 - /trunk/src/polyp/stream.c
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Sat May 6 13:55:54 PDT 2006
Author: lennart
Date: Sat May 6 22:55:53 2006
New Revision: 829
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=829&root=polypaudio&view=rev
Log:
remove bogus check that disallowed latency interpolation and stuff for record streams
Modified:
trunk/src/polyp/stream.c
Modified: trunk/src/polyp/stream.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/stream.c?rev=829&root=polypaudio&r1=828&r2=829&view=diff
==============================================================================
--- trunk/src/polyp/stream.c (original)
+++ trunk/src/polyp/stream.c Sat May 6 22:55:53 2006
@@ -464,7 +464,6 @@
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);
More information about the pulseaudio-commits
mailing list