Re: [pulseaudio-discuss] Using UCM with PulseAudio

2012-06-15 Thread Tanu Kaskinen
On Fri, 2012-06-15 at 08:23 +0530, Arun Raghavan wrote: Hello, I've been working on porting PulseAudio to Android on the OMAP4-based Galaxy Nexus, and have recently looking at the policy-bits. The basic porting has been greatly simplified with Wei Feng's work to renew PulseAudio UCM

[pulseaudio-discuss] USB audio adapter

2012-06-15 Thread Wolfgang Rohdewald
Hi, if I plug in an USB audio adapter, I want sound for all applications to be switched from internal speakers to the USB adapter, automatically. And if I remove the adapter, back to internal speakers. what is the recommended way of doing this? I noticed that pavucontrol does not see new

Re: [pulseaudio-discuss] [PATCH v2] bluetooth: Fix bluetooth.nrec property not updated

2012-06-15 Thread Luiz Augusto von Dentz
Hi Frédéric, On Tue, Jun 12, 2012 at 4:49 PM, Frédéric Danis frederic.da...@linux.intel.com wrote: PropertyChanged signal of org.BlueZ.MediaTransport is processed in pa_bluetooth_transport_parse_property() which updates t-nrec. This is called by : - First by filter_cb() of bluetooth-util.c -

[pulseaudio-discuss] status report from Deng Zhengrong Jun 15th

2012-06-15 Thread rong deng
Hi list, This week, I've mainly done two things: 1. integrate the coverage test tool 'gcov' into our pulseaudio compiling system and make it work. With my hack into Makefile and configure.ac, if we use './configure --enable-gcov' and then make and make install, the pulseaudio program would

[pulseaudio-discuss] Revised LADSPA D-Bus patches

2012-06-15 Thread ismo . puustinen
Hi, Thanks for the patch review! Here are the revised patches. I agree that the interface is quite limited for GUI use, and is mostly useful when the plugins are known beforehand. However, to do complex LADSPA plugin management, the GUI needs to dig quite deeply to the PulseAudio internals --

[pulseaudio-discuss] [PATCH 1/2] ladspa: D-Bus interface for setting algorithm parameters on-the-fly.

2012-06-15 Thread ismo . puustinen
From: Ismo Puustinen ismo.puusti...@intel.com A new external D-Bus interface is registered and LADSPA algorithm control parameters are exposed as a D-Bus property with setter and getter support. --- src/Makefile.am |5 + src/modules/module-ladspa-sink.c | 680

[pulseaudio-discuss] [PATCH 2/2] ladspa: Added a python script for testing.

2012-06-15 Thread ismo . puustinen
From: Ismo Puustinen ismo.puusti...@intel.com The python script uses the ladspa D-Bus interface for IPC testing. --- src/tests/ladspa-dbus.py | 112 ++ 1 file changed, 112 insertions(+) create mode 100644 src/tests/ladspa-dbus.py diff --git

Re: [pulseaudio-discuss] Using UCM with PulseAudio

2012-06-15 Thread Liam Girdwood
On Fri, 2012-06-15 at 15:11 +0300, Tanu Kaskinen wrote: On Fri, 2012-06-15 at 08:23 +0530, Arun Raghavan wrote: Hello, I've been working on porting PulseAudio to Android on the OMAP4-based Galaxy Nexus, and have recently looking at the policy-bits. The basic porting has been greatly

Re: [pulseaudio-discuss] Using UCM with PulseAudio

2012-06-15 Thread Mark Brown
On Fri, Jun 15, 2012 at 06:28:51PM +0100, Liam Girdwood wrote: On Fri, 2012-06-15 at 15:11 +0300, Tanu Kaskinen wrote: This sort of hardware causes trouble for the planned routing system, at least as I have envisioned it to behave. My vision has been that the routing logic in pulseaudio

Re: [pulseaudio-discuss] [PATCH v2] bluetooth: Fix bluetooth.nrec property not updated

2012-06-15 Thread Tanu Kaskinen
Hi, Thanks for the patch! I've pushed it now, with a couple of minor changes (see below). Thanks also to Luiz for checking the patch too - I was a bit worried that others might see the new version of the patch as unnecessarily complex, given that the original patch was much simpler. On Tue,