[pulseaudio] 17/19: Update call to rtpoll_run
Luke Yelavich
themuso-guest at moszumanska.debian.org
Sun Nov 30 22:48:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
themuso-guest pushed a commit to branch ubuntu
in repository pulseaudio.
commit fb3765c65883d0c1ca249ec2d1c9104c18196d37
Author: Luke Yelavich <themuso at ubuntu.com>
Date: Wed Nov 26 10:24:27 2014 +1100
Update call to rtpoll_run
---
debian/patches/0207-Enable-pulseaudio-droid.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0207-Enable-pulseaudio-droid.patch b/debian/patches/0207-Enable-pulseaudio-droid.patch
index 3fdecaf..56c64ec 100644
--- a/debian/patches/0207-Enable-pulseaudio-droid.patch
+++ b/debian/patches/0207-Enable-pulseaudio-droid.patch
@@ -829,7 +829,7 @@ Index: pulseaudio/src/modules/droid/droid-sink.c
+ pa_rtpoll_set_timer_disabled(u->rtpoll);
+
+ /* Sleep */
-+ if ((ret = pa_rtpoll_run(u->rtpoll, true)) < 0)
++ if ((ret = pa_rtpoll_run(u->rtpoll)) < 0)
+ goto fail;
+
+ if (ret == 0)
@@ -2099,7 +2099,7 @@ Index: pulseaudio/src/modules/droid/droid-source.c
+ pa_rtpoll_set_timer_disabled(u->rtpoll);
+
+ /* Sleep */
-+ if ((ret = pa_rtpoll_run(u->rtpoll, true)) < 0)
++ if ((ret = pa_rtpoll_run(u->rtpoll)) < 0)
+ goto fail;
+
+ if (ret == 0)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git
More information about the pkg-pulseaudio-devel
mailing list