mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04: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
|
|
@ -717,7 +717,7 @@ static void thread_func(void *userdata) {
|
|||
pa_sink_process_rewind(u->sink, 0);
|
||||
#endif
|
||||
|
||||
if ((ret = pa_rtpoll_run(u->rtpoll, true)) < 0)
|
||||
if ((ret = pa_rtpoll_run(u->rtpoll)) < 0)
|
||||
goto fail;
|
||||
|
||||
if (ret == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue