Re: [pulseaudio-discuss] [PATCHv2 44/60] bluetooth: Get BlueZ 5 device object

2013-09-14 Thread Tanu Kaskinen
On Fri, 2013-09-13 at 17:45 -0300, João Paulo Rechi Vita wrote: On Sun, Aug 18, 2013 at 10:37 AM, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: On Tue, 2013-08-13 at 01:54 -0300, jprv...@gmail.com wrote: From: João Paulo Rechi Vita jprv...@openbossa.org Get the remote device

Re: [pulseaudio-discuss] [PATCH]raop2: Blocking UDP sockets

2013-09-14 Thread Matthias Wabersich
Hi Rémi, hi Hajime, 1) it would consume 100% of the CPU time No, it won't. poll() will *not* return immediately. Oh you're right. For some reason I misunderstood that poll(..., -1) meant no wait, return immediately but actually it was no timeout, wait forever. ... 2) it would block the

Re: [pulseaudio-discuss] [PATCH]raop2: Blocking UDP sockets

2013-09-14 Thread Hajime Fujita
Hi Matthias, Thank you for the patch. I modified the code and commit message a bit and included in my tree. https://github.com/hfujita/pulseaudio-raop2/commit/1d77def11875dc78454a00927c735a4589e67944 Thanks, Hajime Matthias Wabersich wrote: Hi Rémi, hi Hajime, 1) it would consume 100% of