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

2018-07-05 Thread Hans de Goede
Hi, On 07/05/2018 08:22 PM, Gustavo Duarte wrote: Hi Hans, I'm using the latest of Ubuntu 16.04, > 4.15.0-23-generic Ah, You need at least kernel 4.16 for analog mics to work with chtrt5645 devices. Regards, Hans Regards. On Thu, Jul 5, 2018 at 11:47 AM Hans de Goede

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

2018-07-05 Thread Gustavo Duarte
Hi Hans, I'm using the latest of Ubuntu 16.04, 4.15.0-23-generic Regards. On Thu, Jul 5, 2018 at 11:47 AM Hans de Goede wrote: > Hi, > > On 07/05/2018 04:02 PM, Gustavo Duarte wrote: > > HI Hans, > > > > I tried the normal profile without kernel parameters and the mic still > > doesn't work.

Re: [pulseaudio-discuss] jack module cannot use real-time scheduling errors

2018-07-05 Thread dag dg
Thanks Tanu. I ran strace and dug through looking for relevant errors or warnings and found the following: 19914 openat(AT_FDCWD, "/usr/share/locale/en_US.utf8/LC_MESSAGES/pulseaudio.mo", O_RDONLY) = -1 ENOENT (No such file or directory) 19914 openat(AT_FDCWD,

[pulseaudio-discuss] [patch] ops: catch repeated finalisation

2018-07-05 Thread jnqnfe
The internal operation_set_state function already returns early if the new state is the same as the existing state. The attached patch extends this to return early if already in a finalised (done/cancelled) state, i.e. blocks attempts to re-finalise into a different state. This helps avoid

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

2018-07-05 Thread Hans de Goede
Hi, On 07/05/2018 04:02 PM, Gustavo Duarte wrote: HI Hans, I tried the normal profile without kernel parameters and the mic still doesn't work. That is disappointing. I'm afraid I'm all out of idea to try next then. One thing which might still be a problem is using an old kernel, what is

Re: [pulseaudio-discuss] [PATCH 3/3] alsa-sink/source, sink, source: Consider sample format for avoid-resampling

2018-07-05 Thread Tanu Kaskinen
On Fri, 2018-06-29 at 04:57 +0900, Sangchul Lee wrote: > Sample format(e.g. 16 bit, 24 bit) was not considered even if the > avoid-resampling option is set. This patch checks both sample format > and rate of a stream to determine whether to avoid resampling in > case of the option is set. In other

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

2018-07-05 Thread Gustavo Duarte
HI Hans, I tried the normal profile without kernel parameters and the mic still doesn't work. Please see the video: https://we.tl/p7b3ne79xB Thanks in advance. Gustavo. On Wed, Jul 4, 2018 at 2:01 PM Hans de Goede wrote: > > Hi, > > On 04-07-18 17:31, Gustavo Duarte wrote: > > Hi Hans, > > >

Re: [pulseaudio-discuss] [PATCH 2/3] alsa-sink/source: Rename a variable for supported sample rates in userdata

2018-07-05 Thread Tanu Kaskinen
On Fri, 2018-06-29 at 04:57 +0900, Sangchul Lee wrote: > It is changed from 'rates' to 'supported_rates'. > > Signed-off-by: Sangchul Lee > --- > src/modules/alsa/alsa-sink.c | 18 +- > src/modules/alsa/alsa-source.c | 14 +++--- > 2 files changed, 16 insertions(+), 16

Re: [pulseaudio-discuss] [PATCH v3] Add configurable RTP stream name

2018-07-05 Thread Tanu Kaskinen
On Wed, 2018-07-04 at 13:12 +0200, Ing. Jaroslav Safka wrote: > Path add configuration option 'stream_name' for stream/session name > So user will see it on receiver side as RTP Strean ($stream_name) > > ex: load-module module-rtp-send source=rtp.monitor stream_name=MyServerMedia > --- >

[pulseaudio-discuss] inserting filter module into PA-ofono-bluez system

2018-07-05 Thread dev
We have a relatively stable working setup behaving like a Bluetooth headset (PA 11.1 + ofono 1.21 + bluez). When we try to insert a filter module (for example the original module-virtual-sink.c) by simply loading the module, after few seconds the module changes from "state: RUNNING" to