Re: [pulseaudio-discuss] Sound input problem on chtrt5645 device

2018-06-29 Thread Gustavo Duarte
Hi Hans, >I assume that when you say there is no input sound, you mean that the > microphone build into the laptop is not working ? That's right. I tried your suggestions, substitute HiFi.conf file and add these kernel command line parameters. And the mic, still desn't works. I tried also dmic

[pulseaudio-discuss] Bluetooth connection disconnects every few minutes

2018-06-29 Thread Julian Sikorski
Hi list, I have noticed that the bluetooth connection between my laptop (Intel 7260) and my headphones (Sennheiser Momentum Wirelless) is very unreliable. While under Windows 10 devices stay connected for hours on end, under Fedora 28 the connection is lost every few minutes at most. Often the

[pulseaudio-discuss] [PATCH] build-sys: Drop symlinking the generated README

2018-06-29 Thread Arun Raghavan
Doesn't really work with srcdir != builddir, and we shouldn't really be messing with files in srcdir anyway. --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 30b014c..f1100e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,9 +30,7 @@

Re: [pulseaudio-discuss] [PATCH] udev-detect: warn when a sound card is busy

2018-06-29 Thread Tanu Kaskinen
On Wed, 2018-06-27 at 15:11 -0400, Felipe Sateler wrote: > On Wed, Jun 27, 2018 at 2:19 PM Tanu Kaskinen wrote: > > > Having a warning in the syslog should make it a bit easier to debug > > situations where some other program is hogging the sound card. > > > > +1. Just the other day someone on

Re: [pulseaudio-discuss] [PATCH] bluetooth: Free backends before devices and adapters.

2018-06-29 Thread Tanu Kaskinen
On Thu, 2018-06-28 at 14:58 +0300, Juho Hämäläinen wrote: > When bluetooth daemon disappears gracefully transports are freed before > the daemon disappears from DBus bus. However if bluetooth daemon > segfaults or is killed abruptly the daemon disappears from the bus > before PulseAudio is able to

[pulseaudio-discuss] [PATCH v2] udev-detect: warn when a sound card is busy

2018-06-29 Thread Tanu Kaskinen
Having a warning in the syslog should make it a bit easier to debug situations where some other program is hogging the sound card. --- Changes in v2: - Got rid of path_get_card_id() repetition by adding the id variable. - More informative log message (includes the alsa card index and a

Re: [pulseaudio-discuss] [PATCH] card: Log availability status when choosing initial profile

2018-06-29 Thread Tanu Kaskinen
On Wed, 2018-06-27 at 15:01 -0700, João Paulo Rechi Vita wrote: > --- > src/pulsecore/card.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/src/pulsecore/card.c b/src/pulsecore/card.c > index 0112cffb1..4ead3a606 100644 > --- a/src/pulsecore/card.c > +++ b/src/pulsecore/card.c >

[pulseaudio-discuss] [PATCH] switch-on-port-available: ignore bluetooth cards

2018-06-29 Thread Tanu Kaskinen
When the user manually switches the profile of a bluetooth headset from "off" to "a2dp_sink", the port availability changes from "unknown" to "yes", which triggered a recursive profile change in module-switch-on-port-available. Such recursivity isn't (and possibly can't) be handled well (that is,

Re: [pulseaudio-discuss] Sound input problem on chtrt5645 device

2018-06-29 Thread Hans de Goede
Hi, On 28-06-18 12:59, Tanu Kaskinen wrote: On Wed, 2018-06-27 at 10:10 -0300, Gustavo Duarte wrote: On Fri, 2018-06-15 at 12:56 -0300, Gustavo Duarte wrote: * Hi all, *> >* The input sound isn't working. No sound is detected. *> >* Environment: *> >* Laptop brand: JP Couto model EF20EA *>

Re: [pulseaudio-discuss] [patches] constification round #4 (pa_mainloop_api)

2018-06-29 Thread Tanu Kaskinen
On Thu, 2018-06-28 at 04:08 +0100, jnq...@gmail.com wrote: > constification round #4 (pa_mainloop_api) > > 26 patches in total. I attached a zipped copy also. > > The first 19 avoid (client) API change; the final 7 do not and will > have to wait until ready and happy to do an API bump. > > I'm