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

2018-07-04 Thread Hans de Goede
Hi, On 04-07-18 17:31, Gustavo Duarte wrote: Hi Hans, I tried again, changing HiFI.conf and chtrt5645.conf from ucm alsa-lib and from Asus T100HA, and at this time, the profile was loaded right, because "Internal Analog Microphone" was showed at first and "Internal Microphone" at second time.

Re: [pulseaudio-discuss] bluetooth: HFP | WBS | pollfd->revent POLLOUT not hit

2018-07-04 Thread Luiz Augusto von Dentz
Hi Sathish, On Mon, Jul 2, 2018 at 4:25 PM, Sathish Narasimman wrote: > Hi, > > I am trying to make WBS with PulseAudio. I am almost successful in > establishing the connection and making a WBS traffic. > > But out of 10 attempts or sometimes the TX packets are not sent due to > POLLOUT is not re

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

2018-07-04 Thread Gustavo Duarte
Hi Hans, I tried again, changing HiFI.conf and chtrt5645.conf from ucm alsa-lib and from Asus T100HA, and at this time, the profile was loaded right, because "Internal Analog Microphone" was showed at first and "Internal Microphone" at second time. When I used Asus T100HA profile, i tried with a

[pulseaudio-discuss] Native Instruments Audio 2 DJ

2018-07-04 Thread w.stott
Hello I'm new here and haven't really used many mailing lists. So I hope this is the correct place to ask... I have a Native Instruments Audio 2 DJ (which is an older version of their Audio 2). It's effectively exactly the same thing but a bit more rugged and not compatible with iOS devices.

Re: [pulseaudio-discuss] [PATCH 2/8] protocol-native: add message sending capability

2018-07-04 Thread Tanu Kaskinen
On Mon, 2018-04-09 at 19:35 +0200, Georg Chini wrote: > This patch adds the PA_COMMAND_SEND_OBJECT_MESSAGE command to protocol-native > so that clients can use the messaging feature introduced in the previous > patch. > > Sending messages can in effect replace the extension system for modules. Th

Re: [pulseaudio-discuss] [PATCH 1/8] core: add simple message interface

2018-07-04 Thread Tanu Kaskinen
On Mon, 2018-04-09 at 19:35 +0200, Georg Chini wrote: > This patch adds a new feature to the core which allows to send messages > to objects. An object can register/unregister a message handler with > pa_message_handler_{register, unregister}() while a message can be sent > to the handler using the

[pulseaudio-discuss] [PATCH] ladspa-sink: fix search path

2018-07-04 Thread Tanu Kaskinen
Having a single level macro for stringizing LADSPA_PATH doesn't work, because the '#' preprocessor operator doesn't expand any macros in its parameter. As a result, we used the string "LADSPA_PATH" as the search path, and obviously no plugins were ever found. This adds a two-level macro in macro.h

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

2018-07-04 Thread Peter Meerwald-Stadler
> Path add configuration option 'stream_name' for stream/session name > So user will see it on receiver side as RTP Strean ($stream_name) nitpick below > ex: load-module module-rtp-send source=rtp.monitor stream_name=MyServerMedia > --- > src/modules/rtp/module-rtp-send.c | 9 +++-- > 1 fi

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

2018-07-04 Thread Ing. Jaroslav Safka
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 --- src/modules/rtp/module-rtp-send.c | 8 ++-- 1 file changed, 6 insertions(+), 2

[pulseaudio-discuss] [PATCH v2] Add configurable RTP stream name

2018-07-04 Thread Ing. Jaroslav Safka
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 --- src/modules/rtp/module-rtp-send.c | 9 +++-- 1 file changed, 7 insertions(+),

[pulseaudio-discuss] [PATCH] pipe-sink, pipe-source: fix file permissions

2018-07-04 Thread Tanu Kaskinen
We recently changed the umask of the daemon from 022 to 077, which broke module-pipe-sink in the system mode, because nobody was allowed to read from the pipe. module-pipe-source in the system mode was probably always broken, because the old umask of 022 should prevent anyone from writing to the p

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

2018-07-04 Thread Tanu Kaskinen
On Wed, 2018-07-04 at 11:10 +0200, Ing. Jaroslav Šafka wrote: > On středa 4. července 2018 11:00:08 CEST Tanu Kaskinen wrote: > > On Thu, 2018-06-28 at 22:16 +0200, Ing. Jaroslav Safka wrote: > > > Path add configuration option 'stream_name' for stream/session name > > > So user will see it on rece

Re: [pulseaudio-discuss] [PATCH 1/3] alsa-util/sink/source: Add infrastructure for supported sample formats

2018-07-04 Thread Tanu Kaskinen
On Fri, 2018-06-29 at 04:57 +0900, Sangchul Lee wrote: > +static snd_pcm_format_t all_formats[] = { I changed the values to be const. Otherwise this patch looks good, applied. -- Tanu https://liberapay.com/tanuk https://www.patreon.com/tanuk ___ p

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

2018-07-04 Thread Ing . Jaroslav Šafka
On středa 4. července 2018 11:00:08 CEST Tanu Kaskinen wrote: > On Thu, 2018-06-28 at 22:16 +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

Re: [pulseaudio-discuss] [PATCH] i18n: Update the Korean translation

2018-07-04 Thread Tanu Kaskinen
On Fri, 2018-06-29 at 02:59 +0900, Sangchul Lee wrote: > Translate argument of module-filter-apply and fix words which are > not in common usage. > > Signed-off-by: Sangchul Lee > --- > po/ko.po | 17 + > 1 file changed, 9 insertions(+), 8 deletions(-) Thanks! Applied. -- Tanu

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

2018-07-04 Thread Tanu Kaskinen
On Thu, 2018-06-28 at 11:25 -0500, dag dg wrote: > Changing the rlimit-rtprio doesn't cause it to change the priority it > attempts to run as, Yes, but it changes the allowed priority limit of the process. The default limit is 9, so that would explain why libjack can't set the priority to 15. How

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

2018-07-04 Thread Tanu Kaskinen
On Thu, 2018-06-28 at 22:16 +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 > --- > src/modu

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

2018-07-04 Thread Tanu Kaskinen
On Mon, 2018-07-02 at 17:58 +0100, jnq...@gmail.com wrote: > On Fri, 2018-06-29 at 16:06 +0300, Tanu Kaskinen wrote: > > On Thu, 2018-06-28 at 04:08 +0100, jnq...@gmail.com wrote: > > > It's possible for patches #21, #23 and #24 to be bumped down before > > > the > > > API change of #20, but as thi