summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-06-25 11:47:44 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-29 17:41:27 +0200
commit2266a39bd32173b6c4b4ac67c065dc3321cf799b (patch)
treefa1662303055e254e407b1764be66bf99fd8f430
parent24564afc4346055e85adf48707ac0daba3514bb9 (diff)
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.
-rw-r--r--src/modules/module-solaris.c1
1 files changed, 0 insertions, 1 deletions
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 */