Re: [pulseaudio-discuss] [PATCH v2] Added module-ofono-switch-on-voicecall

2014-06-25 Thread Felipe Tonello
Hi Tanuk, About the ALSA-UCM DummyPCM device property: I asked at the mailing list for a while and no one seems to care about that. Maybe we can add this in PA? Felipe ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://l

Re: [pulseaudio-discuss] [PATCH] Added module-ofono-switch-on-voicecall

2014-03-26 Thread Felipe Tonello
Hi Tanu, On Wed, Mar 26, 2014 at 1:03 AM, Tanu Kaskinen wrote: > On Tue, 2014-03-25 at 11:21 -0700, Felipe Tonello wrote: >> Hi Tanu, >> >> On Tue, Mar 25, 2014 at 1:05 AM, Tanu Kaskinen >> wrote: >> > On Mon, 2014-03-24 at 14:32 -0700, Felipe Tonello wrote

Re: [pulseaudio-discuss] [PATCH] Added module-ofono-switch-on-voicecall

2014-03-25 Thread Felipe Tonello
Hi Tanu, On Tue, Mar 25, 2014 at 1:05 AM, Tanu Kaskinen wrote: > On Mon, 2014-03-24 at 14:32 -0700, Felipe Tonello wrote: >> On Mon, Mar 24, 2014 at 1:18 AM, Tanu Kaskinen >> > Why does this module have to be loaded before module-syspend-on-idle? >> > Such load o

Re: [pulseaudio-discuss] [PATCH] Added module-ofono-switch-on-voicecall

2014-03-24 Thread Felipe Tonello
Hi Tanu, On Mon, Mar 24, 2014 at 1:18 AM, Tanu Kaskinen wrote: > On Wed, 2014-03-19 at 18:48 -0700, e...@felipetonello.com wrote: >> From: "Felipe F. Tonello" >> >> This module is used to change a card profile when a voice call is received >> from oFono. >> >> It also provides a functionality to

Re: [pulseaudio-discuss] [PATCH 3/3] alsa-ucm: Support Playback/CaptureVolume

2013-09-23 Thread Felipe Tonello
ons(+), 37 deletions(-) > Are the devices shared between sinks? For instance, is the pa_alsa_path freed when the sink is freed? If that happens will cause a problem when we change the card profile. Regards, Felipe Tonello ___ pulsea

Re: [pulseaudio-discuss] [PATCH 2/4] alsa-ucm: Don't probe UCM

2013-09-18 Thread Felipe Tonello
profile_set(ucm, ps); > +/*ucm_probe_profile_set(ucm, ps); */ > ps->probed = true; > > return ps; Why not just remove the code? Felipe Tonello ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Re: [pulseaudio-discuss] [PATCH] alsa-ucm: setting default active port based on jacks state

2013-09-04 Thread Felipe Tonello
Hi David, On Fri, Aug 30, 2013 at 11:22 PM, David Henningsson wrote: > On 08/30/2013 06:54 PM, Felipe Tonello wrote: >> Hi David, >> >> On Fri, Aug 30, 2013 at 6:00 AM, David Henningsson >> wrote: >>> On 08/28/2013 07:15 PM, Felipe Tonello wrote: >>>

Re: [pulseaudio-discuss] [PATCH] alsa-ucm: setting default active port based on jacks state

2013-08-30 Thread Felipe Tonello
Hi David, On Fri, Aug 30, 2013 at 6:00 AM, David Henningsson wrote: > On 08/28/2013 07:15 PM, Felipe Tonello wrote: >> Hi David, >> >> On Wed, Aug 28, 2013 at 5:38 AM, David Henningsson >> wrote: >>> On 08/27/2013 07:06 PM, Felipe Tonello wrote: >>>

Re: [pulseaudio-discuss] [PATCH] alsa-ucm: setting default active port based on jacks state

2013-08-28 Thread Felipe Tonello
Hi David, On Wed, Aug 28, 2013 at 5:38 AM, David Henningsson wrote: > On 08/27/2013 07:06 PM, Felipe Tonello wrote: >> Hi David, >> >> On Tue, Aug 27, 2013 at 12:27 AM, David Henningsson >> wrote: >>> On 08/26/2013 08:15 PM, Felipe F. Tonello

Re: [pulseaudio-discuss] [PATCH] alsa-ucm: setting default active port based on jacks state

2013-08-27 Thread Felipe Tonello
y. PS: One comment about module-switch-on-port-available is that it needs to be loaded before module-alsa-card(also udev detect, if using it) in order to switch to the port if a jack was connected before PA. Felipe Tonello ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Re: [pulseaudio-discuss] [PATCH] alsa-ucm: setting default active port based on jacks state

2013-08-26 Thread Felipe Tonello
.c| 34 ++ > src/modules/alsa/alsa-ucm.h| 3 +++ > 4 files changed, 43 insertions(+), 4 deletions(-) > I implemented a v2 ordering by priority when more then one jack is plugged. But since the change is small, I will

Re: [pulseaudio-discuss] PA UCM support (Volume and Jack)

2013-08-06 Thread Felipe Tonello
Hi Arun, On Tue, Aug 6, 2013 at 11:11 AM, Arun Raghavan wrote: > On Tue, 2013-08-06 at 11:00 -0700, Felipe Tonello wrote: >> Hi Arun, >> >> On Mon, Aug 5, 2013 at 8:43 PM, Arun Raghavan >> wrote: >> > On Mon, 2013-08-05 at 11:43 -0700, Felipe Tonello wrote:

Re: [pulseaudio-discuss] PA UCM support (Volume and Jack)

2013-08-06 Thread Felipe Tonello
Hi Arun, On Mon, Aug 5, 2013 at 8:43 PM, Arun Raghavan wrote: > On Mon, 2013-08-05 at 11:43 -0700, Felipe Tonello wrote: >> Hi all, >> >> I'm using UCM configurations to handle multiple devices and >> playback/capture mixer controls. It seems that PA UCM

[pulseaudio-discuss] PA UCM support (Volume and Jack)

2013-08-05 Thread Felipe Tonello
M seems to have a bug. For when using UCM support, when I start PA or change a card profile with a jack previously plugged, it doesn't recognizes that unless I unplug and plug again. Any comments on that as well? OBS: I'm using PA 3.0. Thanks in adv