Remove the call for pa_rtpoll_install() in the Solaris module.
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Thu, 25 Jun 2009 09:47:44 +0000 (11:47 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 29 Jun 2009 15:41:27 +0000 (17:41 +0200)
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.

src/modules/module-solaris.c

index e619105..0920d25 100644 (file)
@@ -605,7 +605,6 @@ static void thread_func(void *userdata) {
         pa_make_realtime(u->core->realtime_priority);
 
     pa_thread_mq_install(&u->thread_mq);
-    pa_rtpoll_install(u->rtpoll);
 
     for (;;) {
         /* Render some data and write it to the dsp */