[pulseaudio-discuss] [PATCH] bluetooth: Remove leftover references to the BlueZ 4/5 split

2018-07-09 Thread João Paulo Rechi Vita
There is no need to mention a module argument is valid only when using BlueZ 5 now that we don't support BlueZ 4 anymore. --- src/modules/bluetooth/module-bluetooth-discover.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/bluetooth/module-bluetooth-discover.c

[pulseaudio-discuss] [PATCH] bluetooth: Add missing argument to module's usage

2018-07-09 Thread João Paulo Rechi Vita
module-bluetooth-discover usage was missing the autodetect_mtu argument. --- src/modules/bluetooth/module-bluez5-discover.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/bluetooth/module-bluez5-discover.c b/src/modules/bluetooth/module-bluez5-discover.c index

[pulseaudio-discuss] [PATCH] card-restore: Don't restore profile on Bluetooth cards by default

2018-07-09 Thread João Paulo Rechi Vita
We can provide a better overall user experience with Bluetooth cards by always choosing the higher audio quality profile (A2DP) by default and updating the profile selection dynamically according to which streams are active at a certain moment. The default initial selection has been addressed by

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

2018-07-09 Thread Gustavo Duarte
Ok, I understand. Thank you very much !!! On Thu, Jul 5, 2018 at 3:48 PM Hans de Goede wrote: > > 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

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

2018-07-09 Thread Georg Chini
On 09.07.2018 14:40, Tanu Kaskinen wrote: On Sat, 2018-07-07 at 11:48 +0200, Georg Chini wrote: On 04.07.2018 12:40, Tanu Kaskinen wrote: 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

[pulseaudio-discuss] [PATCH] Port to meson

2018-07-09 Thread Jan Tojnar
--- doc/README.html.in | 8 +++ doc/html2txt | 2 ++ doc/meson.build| 25 meson.build| 52 ++ meson_options.txt | 1 + po/meson.build | 4 src/meson.build| 33

[pulseaudio-discuss] [paprefs] [PATCH] Port to meson

2018-07-09 Thread Jan Tojnar
Meson is much nicer than autotools, see https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting. With this patch, you can invoke meson build -Ddocs=true ninja -C build sudo ninja -C build install to compile and install the package. Ninja accepts many targets: ninja -C

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

2018-07-09 Thread jnqnfe
On Mon, 2018-07-09 at 13:23 +0300, Tanu Kaskinen wrote: > On Thu, 2018-07-05 at 23:51 +0100, jnq...@gmail.com wrote: > > On Wed, 2018-07-04 at 11:46 +0300, Tanu Kaskinen wrote: > > > On Mon, 2018-07-02 at 17:58 +0100, jnq...@gmail.com wrote: > > > > On Fri, 2018-06-29 at 16:06 +0300, Tanu Kaskinen

Re: [pulseaudio-discuss] Bluetooth connection disconnects every few minutes

2018-07-09 Thread Julian Sikorski
W dniu 08.07.2018 o 19:46, Georg Chini pisze: > On 08.07.2018 15:21, Julian Sikorski wrote: >> W dniu 02.07.2018 o 20:09, Julian Sikorski pisze: >>> W dniu 02.07.2018 o 18:04, Georg Chini pisze: On 02.07.2018 17:58, Julian Sikorski wrote: > W dniu 29.06.2018 o 21:47, Julian Sikorski

Re: [pulseaudio-discuss] Bluetooth aptX codec

2018-07-09 Thread Pali Rohár
On Monday 09 July 2018 18:48:10 Luiz Augusto von Dentz wrote: > Hi Pali, > > On Sun, Jul 8, 2018 at 11:47 PM, Pali Rohár wrote: > > On Sunday 08 July 2018 22:51:38 Luiz Augusto von Dentz wrote: > >> > In previous email I wrote about idea to move that codec stuff into bluez > >> > itself as bluez

Re: [pulseaudio-discuss] Bluetooth aptX codec

2018-07-09 Thread Luiz Augusto von Dentz
Hi Pali, On Sun, Jul 8, 2018 at 11:47 PM, Pali Rohár wrote: > On Sunday 08 July 2018 22:51:38 Luiz Augusto von Dentz wrote: >> > In previous email I wrote about idea to move that codec stuff into bluez >> > itself as bluez code already handles it for android. >> >> We are not going to do a

Re: [pulseaudio-discuss] [PATCH 3/8] pactl, pacmd, cli-command: Add send-message command

2018-07-09 Thread Tanu Kaskinen
On Mon, 2018-04-09 at 19:35 +0200, Georg Chini wrote: > The patch also adds some API documentation. > --- > doc/messaging_api.txt| 15 ++ > man/pactl.1.xml.in | 7 +++ > man/pulse-cli-syntax.5.xml.in| 7 +++ > shell-completion/bash/pulseaudio |

[pulseaudio-discuss] [PATCH 7/7][paprefs] README: remove the page footer

2018-07-09 Thread Tanu Kaskinen
Keeping the footer up to date is extra work with little benefit. --- doc/README.html.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/README.html.in b/doc/README.html.in index 2c67a62..8fb1421 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -116,8 +116,6 @@ compilation and

[pulseaudio-discuss] [PATCH 5/7][paprefs] README: remove reference to an ancient Debian version

2018-07-09 Thread Tanu Kaskinen
It's of little use to know that the initial version was written on an August 2006 version of Debian testing. --- doc/README.html.in | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/README.html.in b/doc/README.html.in index cd0c592..3c73715 100644 ---

[pulseaudio-discuss] [PATCH 6/7][paprefs] README: clarify the PulseAudio version requirement

2018-07-09 Thread Tanu Kaskinen
It sounded like the only supported PulseAudio version is 12.0 (well, currently that's true, but the text won't be updated when new PulseAudio versions are released). --- doc/README.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.html.in b/doc/README.html.in

[pulseaudio-discuss] [PATCH 0/7][paprefs] preparing for paprefs release

2018-07-09 Thread Tanu Kaskinen
As I'm preparing to release paprefs 1.0, I went through the README and found several things that needed updating. Removing the copyright notice and the Acknowledgements section are potentially controversial, feel free to send your objections and I'll reconsider. Tanu Kaskinen (7): README:

[pulseaudio-discuss] [PATCH 1/7][paprefs] README: remove the copyright notice

2018-07-09 Thread Tanu Kaskinen
The copyright notice would need updating, because there are also others than Lennart who own copyrights to paprefs, and the years are out of date. Having to continuously update the copyright years seems just unnecessary churn to me. Interested people can browse the git history if they're

[pulseaudio-discuss] [PATCH 2/7][paprefs] README: add "Bug Reports" and "Contributing Code" sections

2018-07-09 Thread Tanu Kaskinen
--- doc/README.html.in | 9 + 1 file changed, 9 insertions(+) diff --git a/doc/README.html.in b/doc/README.html.in index 15c6e95..4e959bb 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -20,6 +20,8 @@ Installation Acknowledgements Download +Bug Reports +

[pulseaudio-discuss] [PATCH 4/7][paprefs] README: add a news item for the upcoming release

2018-07-09 Thread Tanu Kaskinen
--- doc/README.html.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/README.html.in b/doc/README.html.in index 47b1bde..cd0c592 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -37,6 +37,9 @@ General Public License for more details. News +Soon: Version 1.0 released;

[pulseaudio-discuss] [PATCH 3/7][paprefs] README: remove the "Acknowledgements" section

2018-07-09 Thread Tanu Kaskinen
Acknowledging people's contributions is nice, but I don't like the chore of keeping the section up to date. --- doc/README.html.in | 7 --- 1 file changed, 7 deletions(-) diff --git a/doc/README.html.in b/doc/README.html.in index 4e959bb..47b1bde 100644 --- a/doc/README.html.in +++

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

2018-07-09 Thread Tanu Kaskinen
On Sat, 2018-07-07 at 11:48 +0200, Georg Chini wrote: > On 04.07.2018 12:40, Tanu Kaskinen wrote: > > 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

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

2018-07-09 Thread Tanu Kaskinen
On Thu, 2018-07-05 at 23:51 +0100, jnq...@gmail.com wrote: > On Wed, 2018-07-04 at 11:46 +0300, Tanu Kaskinen wrote: > > 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,