Re: [pulseaudio-discuss] [PATCH] alsa: don't assume that hw:x is an analog output

2017-05-02 Thread Arun Raghavan
On Sat, 29 Apr 2017, at 10:30 PM, Tanu Kaskinen wrote: > On Sat, 2017-04-29 at 17:42 +0200, Takashi Iwai wrote: > > On Sat, 29 Apr 2017 14:45:41 +0200, > > Arun Raghavan wrote: > > > > > > (looping in Takashi for his thoughts, since we'd discussed this a long > > > time ago) > > > > > > On Fri,

Re: [pulseaudio-discuss] [PATCH] switch-on-port-available: check and change default sink or source

2017-05-02 Thread Tanu Kaskinen
On Tue, 2017-05-02 at 08:55 +0800, Hui Wang wrote: > On 04/29/2017 09:04 PM, Tanu Kaskinen wrote: > > On Fri, 2017-04-28 at 12:21 +0800, Hui Wang wrote: > > > Hello Tanu, > > > > > > Could you please take a look at this patch, you are the maintainer and > > > recently contributed couple of commits

[pulseaudio-discuss] [PATCH] jack-sink: fix latency calculation

2017-05-02 Thread Tanu Kaskinen
The compiler warned about number_of_frames being possibly used uninitialized, and on closer inspection I found that it was indeed not initialized if saved_frame_time_valid is false. In commit fe70b9e11a "source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return negative values" th

Re: [pulseaudio-discuss] [PATCH] jack-sink: fix latency calculation

2017-05-02 Thread Georg Chini
On 02.05.2017 15:44, Tanu Kaskinen wrote: The compiler warned about number_of_frames being possibly used uninitialized, and on closer inspection I found that it was indeed not initialized if saved_frame_time_valid is false. In commit fe70b9e11a "source/sink: Allow pa_{source, sink}_get_latency_w

[pulseaudio-discuss] Bluetooth audio and user switching

2017-05-02 Thread Jure Varlec
Hello! I have a set of bluetooth speakers, a headset and a phone, all of them working beautifully with each other and with the computer. The only snag is when more than one user is logged into the computer. The first user to log in gets access to the devices' audio features and when another logs i

Re: [pulseaudio-discuss] [PATCH] switch-on-port-available: check and change default sink or source

2017-05-02 Thread Hui Wang
On 05/02/2017 09:27 PM, Tanu Kaskinen wrote: On Tue, 2017-05-02 at 08:55 +0800, Hui Wang wrote: On 04/29/2017 09:04 PM, Tanu Kaskinen wrote: On Fri, 2017-04-28 at 12:21 +0800, Hui Wang wrote: Hello Tanu, Could you please take a look at this patch, you are the maintainer and recently contribut