mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Remove the call for pa_rtpoll_install() in the Solaris module.
I hope this is enough, since the removal of the other pa_rtpoll_install() calls deemed Linux good enough, but said nothing about Solaris, but since the function is gone there is little more to do.
This commit is contained in:
parent
24564afc43
commit
2266a39bd3
1 changed files with 0 additions and 1 deletions
|
|
@ -605,7 +605,6 @@ static void thread_func(void *userdata) {
|
||||||
pa_make_realtime(u->core->realtime_priority);
|
pa_make_realtime(u->core->realtime_priority);
|
||||||
|
|
||||||
pa_thread_mq_install(&u->thread_mq);
|
pa_thread_mq_install(&u->thread_mq);
|
||||||
pa_rtpoll_install(u->rtpoll);
|
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
/* Render some data and write it to the dsp */
|
/* Render some data and write it to the dsp */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue