Re: [pulseaudio-discuss] Bluetooth headset help needed

2014-12-30 Thread Georg Chini
On 27.12.2014 20:01, Georg Chini wrote: Hello, I bought a new headset (Plantronics Backbeat Pro) and cannot get it working properly. Probably I am missing something stupid. When I use the native headset backend, HSP/HFP is working fine but I get not connected log messages when I try to

Re: [pulseaudio-discuss] Notable delay when changing volume

2014-12-30 Thread Tanu Kaskinen
On Sun, 2014-12-28 at 23:51 +0100, Mark Gaiser wrote: Hi Tanu, I just read this [1] bug report from a couple years ago. While i'm not the author of the report (or the reporter), i do recognize the issue since i've been having that very same issue for years. Literally! So i went on

Re: [pulseaudio-discuss] Bluetooth headset help needed

2014-12-30 Thread Tanu Kaskinen
On Sat, 2014-12-27 at 20:01 +0100, Georg Chini wrote: Hello, I bought a new headset (Plantronics Backbeat Pro) and cannot get it working properly. Probably I am missing something stupid. When I use the native headset backend, HSP/HFP is working fine but I get not connected log messages

Re: [pulseaudio-discuss] [PATCH] socket-server: pa_socket_server_new() can't fail, so don't check its return value

2014-12-30 Thread Tanu Kaskinen
On Mon, 2014-12-29 at 20:10 +0500, Alexander E. Patrakov wrote: 03.11.2014 14:47, Tanu Kaskinen wrote: An assertion was already used in pa_socket_server_new_unix(), this makes the TCP variants consistent with that. Even if pa_socket_server_new() could fail, the error handling wasn't

[pulseaudio-discuss] Android pulseaudio server

2014-12-30 Thread Enrico Weigelt, metux IT consult
hi folks, does anybody known an working pulseaudio server for Android ? I'd like to use an (older) android phone as mobile headphone. thx -- Enrico Weigelt, metux IT consulting +49-151-27565287 ___ pulseaudio-discuss mailing list

[pulseaudio-discuss] [PATCH] Make pa_socket_server_new static

2014-12-30 Thread Alexander E. Patrakov
While at it, also remove SOCKET_SERVER_GENERIC, because it is always being overwritten with a specific socket type. Signed-off-by: Alexander E. Patrakov patra...@gmail.com --- src/pulsecore/socket-server.c | 5 + src/pulsecore/socket-server.h | 1 - 2 files changed, 1 insertion(+), 5