diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-06-19 21:00:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-06-19 21:00:06 +0200 |
commit | 32e2cd6d3216f780c4cffed0f8eb3c30f2c8d732 (patch) | |
tree | 9b914689e3a7c9577c38ff15f0f60f550b8e4741 /src/modules/module-esound-sink.c | |
parent | a62db279b71f8a715c1559fbc4bb1c037159fd14 (diff) |
core: get rid of rt sig/timer handling since modern Linux' ppooll() is finally fixed for granularity
Diffstat (limited to 'src/modules/module-esound-sink.c')
-rw-r--r-- | src/modules/module-esound-sink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/module-esound-sink.c b/src/modules/module-esound-sink.c index 8cb25c51d..48a9c7947 100644 --- a/src/modules/module-esound-sink.c +++ b/src/modules/module-esound-sink.c @@ -200,7 +200,6 @@ static void thread_func(void *userdata) { pa_log_debug("Thread starting up"); pa_thread_mq_install(&u->thread_mq); - pa_rtpoll_install(u->rtpoll); pa_smoother_set_time_offset(u->smoother, pa_rtclock_usec()); |