[pulseaudio-discuss] Fwd: pa_source_info question

2017-03-10 Thread Alexandre Vicenzi
Hi, I'm calling pa_context_get_source_info_list to get the complete source list and I would like to know if pa_source_info is the current default source. I know that I could call pulse_get_server_info to get the default sink and source, but what I want is to know if there's a way to figure out

Re: [pulseaudio-discuss] [PATCH 2/3] bluetooth: use native and ofono backends in parallel with headset=auto

2017-03-10 Thread Georg Chini
On 10.03.2017 19:21, Tanu Kaskinen wrote: On Fri, 2017-03-10 at 08:13 +0100, Georg Chini wrote: On 10.03.2017 00:33, Tanu Kaskinen wrote: On Thu, 2017-03-02 at 17:04 +0100, Georg Chini wrote: -pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y) {

[pulseaudio-discuss] [PATCH 1/2, v2] bluetooth: use native and ofono backends in parallel with headset=auto

2017-03-10 Thread Georg Chini
This patch changes the behavior of the headset=auto switch for module-bluez5-discover. With headset=auto now both backends will be active at the same time for the AG role and the switching between the backends is only done for the HS role. headset=ofono and headset=native remain unchanged. This

[pulseaudio-discuss] [PATCH 2/2, v2] backend-native: send DBus signal on headset button press

2017-03-10 Thread Georg Chini
Currently pressing the headset button is ignored. This patch sends a DBUS signal that can be caught by applications to trigger events like picking up or ending a phone call. --- No changes in v2 src/modules/bluetooth/backend-native.c | 10 +- 1 file changed, 9 insertions(+), 1

Re: [pulseaudio-discuss] [PATCH 2/3] bluetooth: use native and ofono backends in parallel with headset=auto

2017-03-10 Thread Tanu Kaskinen
On Fri, 2017-03-10 at 10:19 +0100, Georg Chini wrote: > On 10.03.2017 08:13, Georg Chini wrote: > > On 10.03.2017 00:33, Tanu Kaskinen wrote: > > > On Thu, 2017-03-02 at 17:04 +0100, Georg Chini wrote: > > > > This patch changes the behavior of the headset=auto switch for > > > >

Re: [pulseaudio-discuss] [PATCH 2/3] bluetooth: use native and ofono backends in parallel with headset=auto

2017-03-10 Thread Tanu Kaskinen
On Fri, 2017-03-10 at 08:13 +0100, Georg Chini wrote: > On 10.03.2017 00:33, Tanu Kaskinen wrote: > > On Thu, 2017-03-02 at 17:04 +0100, Georg Chini wrote: > > > -pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, > > > pa_bluetooth_discovery *y) { > > > +pa_bluetooth_backend

Re: [pulseaudio-discuss] [PATCH v3] filter-apply, ladspa-sink, virtual-surround-sink: filter-apply supports ladspa-sink and virtual-surround-sink properly

2017-03-10 Thread Peter Meerwald-Stadler
> Currently, filter-apply doesn't support ladspa-sink based filters, because: > * loading ladspa-sink failed due to some argument mismatched. > (e.g 'master' used instead of 'sink_master') > * ladspa-sink required additional parameters by default. > (e.g plugin/label/control/...) some quick

[pulseaudio-discuss] [PATCH v3] filter-apply, ladspa-sink, virtual-surround-sink: filter-apply supports ladspa-sink and virtual-surround-sink properly

2017-03-10 Thread KimJeongYeon
Currently, filter-apply doesn't support ladspa-sink based filters, because: * loading ladspa-sink failed due to some argument mismatched. (e.g 'master' used instead of 'sink_master') * ladspa-sink required additional parameters by default. (e.g plugin/label/control/...) Changes in v1: *

Re: [pulseaudio-discuss] [PATCH 0/8] more Coverity fixes and cleanups

2017-03-10 Thread Peter Meerwald-Stadler
> > Peter Meerwald-Stadler (8): > >raop: Fix potential dereference after NULL check > >raop: Fix potential NULL dereference > >raop: Log if pa_atoi() fails, latency is not used anyway > >raop: Error out on parsing server port component > >core: Assert return value of

Re: [pulseaudio-discuss] [PATCH 2/3] bluetooth: use native and ofono backends in parallel with headset=auto

2017-03-10 Thread Georg Chini
On 10.03.2017 08:13, Georg Chini wrote: On 10.03.2017 00:33, Tanu Kaskinen wrote: On Thu, 2017-03-02 at 17:04 +0100, Georg Chini wrote: This patch changes the behavior of the headset=auto switch for module-bluez5-discover. With headset=auto now both backends will be active at the same time