Re: [pulseaudio-discuss] [PATCH v3 1/3] bluetooth: ofono: Use Acquire method if available

2017-07-21 Thread Tanu Kaskinen
On Fri, 2017-07-21 at 22:24 +0200, Georg Chini wrote: > On 21.07.2017 20:26, Tanu Kaskinen wrote: > > On Fri, 2017-07-21 at 20:58 +0300, Tanu Kaskinen wrote: > > > On Thu, 2017-07-20 at 18:50 +0200, Georg Chini wrote: > > > > On 20.07.2017 16:23, Tanu Kaskinen wrote: > > > > > On Tue, 2017-07-18 at

Re: [pulseaudio-discuss] [PATCH v3 1/3] bluetooth: ofono: Use Acquire method if available

2017-07-21 Thread Georg Chini
On 21.07.2017 20:26, Tanu Kaskinen wrote: On Fri, 2017-07-21 at 20:58 +0300, Tanu Kaskinen wrote: On Thu, 2017-07-20 at 18:50 +0200, Georg Chini wrote: On 20.07.2017 16:23, Tanu Kaskinen wrote: On Tue, 2017-07-18 at 20:16 +0200, Georg Chini wrote: On 17.07.2017 19:44, Tanu Kaskinen wrote: On

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

2017-07-21 Thread Georg Chini
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. The approach is more flexible than the extension interface because

[pulseaudio-discuss] [PATCH 4/4] core: add message handler

2017-07-21 Thread Georg Chini
This patch adds a small message handler to the core which enables clients to list available handlers via the list-handlers message. Command: pacmd send-message /core list-handlers pactl can be used with the same parameters. --- src/pulsecore/core.c | 37 + 1 fil

[pulseaudio-discuss] [PATCH 1/4] core: Add generic message interface

2017-07-21 Thread Georg Chini
This patch adds a new feature to the core which allows to exchange messages between objects. An object can register/unregister a message handler with pa_core_{register, unregister}_message_handler() while any other object can check if a handler is registered for some name with pa_core_find_message_

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

2017-07-21 Thread Georg Chini
--- man/pactl.1.xml.in | 6 ++ man/pulse-cli-syntax.5.xml.in| 6 ++ shell-completion/bash/pulseaudio | 5 +++-- shell-completion/zsh/_pulseaudio | 2 ++ src/pulsecore/cli-command.c | 44 src/utils/pacmd.c|

Re: [pulseaudio-discuss] [PATCH v3 1/3] bluetooth: ofono: Use Acquire method if available

2017-07-21 Thread Tanu Kaskinen
On Fri, 2017-07-21 at 20:58 +0300, Tanu Kaskinen wrote: > On Thu, 2017-07-20 at 18:50 +0200, Georg Chini wrote: > > On 20.07.2017 16:23, Tanu Kaskinen wrote: > > > On Tue, 2017-07-18 at 20:16 +0200, Georg Chini wrote: > > > > On 17.07.2017 19:44, Tanu Kaskinen wrote: > > > > > On Sun, 2017-07-16 at

Re: [pulseaudio-discuss] [PATCH v3 1/3] bluetooth: ofono: Use Acquire method if available

2017-07-21 Thread Tanu Kaskinen
On Thu, 2017-07-20 at 18:50 +0200, Georg Chini wrote: > On 20.07.2017 16:23, Tanu Kaskinen wrote: > > On Tue, 2017-07-18 at 20:16 +0200, Georg Chini wrote: > > > On 17.07.2017 19:44, Tanu Kaskinen wrote: > > > > On Sun, 2017-07-16 at 14:35 +0200, Georg Chini wrote: > > > > > On 04.07.2017 15:38, Ta