mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
rtpoll: Drop extra wait_op argument to pa_rtpoll_run()
is always true, not used Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
2638591497
commit
fa092af59c
17 changed files with 23 additions and 24 deletions
|
|
@ -1516,7 +1516,7 @@ static void thread_func(void *userdata) {
|
|||
pa_rtpoll_set_timer_disabled(u->rtpoll);
|
||||
|
||||
/* Hmm, nothing to do. Let's sleep */
|
||||
if ((ret = pa_rtpoll_run(u->rtpoll, true)) < 0)
|
||||
if ((ret = pa_rtpoll_run(u->rtpoll)) < 0)
|
||||
goto fail;
|
||||
|
||||
if (rtpoll_sleep > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue