From: Diego Elio 'Flameeyes' Pettenò Date: Thu, 25 Jun 2009 09:47:44 +0000 (+0200) Subject: Remove the call for pa_rtpoll_install() in the Solaris module. X-Git-Tag: submit/2.0-panda/20130828.192557~1643 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2266a39bd32173b6c4b4ac67c065dc3321cf799b;p=profile%2Fivi%2Fpulseaudio-panda.git 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. --- diff --git a/src/modules/module-solaris.c b/src/modules/module-solaris.c index e619105..0920d25 100644 --- a/src/modules/module-solaris.c +++ b/src/modules/module-solaris.c @@ -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 */