From 2266a39bd32173b6c4b4ac67c065dc3321cf799b Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Thu, 25 Jun 2009 11:47:44 +0200 Subject: 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. --- src/modules/module-solaris.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/module-solaris.c b/src/modules/module-solaris.c index e6191058..0920d25e 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 */ -- cgit