Re: [pulseaudio-discuss] [PATCH] core-util: correct error in set_nonblock()

2018-02-12 Thread Tanu Kaskinen
On Sun, 2018-02-11 at 20:12 +0100, Georg Chini wrote: > set_nonblock() will always set the file descriptor to non-blocking, > regardless of the nonblock argument. > > This patch fixes the issue by passing the correct argument to the > fcntl() call. The bug had no impact because there is only one

[pulseaudio-discuss] Freezing master

2018-02-12 Thread Tanu Kaskinen
Hello, According to the usual release schedule, master should have been frozen already in December, but I've been postponing that (for no good reason). Now finally, if there are no objections, I declare master frozen so that we can soon release 12.0. There won't be a release candidate published

[pulseaudio-discuss] Odd app behavior with PULSE_PROP="filter.want=echo-cancel"

2018-02-12 Thread Raman Gupta
When I start Zoiper with PULSE_PROP="filter.want=echo-cancel", it demonstrates some odd behavior. It ends up creating many Echo-Cancel Sink and Source streams, and I am unable to select my USB headset as the source of any of them. I think, based on the discussion around a recent crasher bug I

Re: [pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-12 Thread Tanu Kaskinen
On Sat, 2018-02-10 at 23:08 +0100, Georg Chini wrote: > On 10.02.2018 23:04, Raman Shishniou wrote: > > On 02/11/2018 12:43 AM, Georg Chini wrote: > > > On 10.02.2018 22:25, Raman Shuishniou wrote: > > > > 10.02.2018 23:59, Georg Chini пишет: > > > > > On 08.02.2018 17:58, Raman Shyshniou wrote: >

Re: [pulseaudio-discuss] Fwd: Adding support for CMEDIA USB2.0 High-Speed True HD Audio

2018-02-12 Thread Tanu Kaskinen
On Fri, 2018-02-09 at 09:30 +0100, Jean-Philippe Guillemin wrote: > Hi, > > No reply from alsa-devel :( > > Thanks for your help > > Also attached the files to fix profile in pulse. > > I have made a lot of tests on my side at alsa level, but the only thing > that fix the iec958 aliasing

Re: [pulseaudio-discuss] [PATCH v2 2/3] alsa-mixer: autodetect the HDMI jack PCM device

2018-02-12 Thread Arun Raghavan
On Sun, 8 Oct 2017, at 10:18 PM, Tanu Kaskinen wrote: > This removes the need to hardcode the PCM device index in the HDMI jack > names. The hardcoded values don't work with the Intel HDMI LPE driver. > > BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=100488 > --- >