[pulseaudio-discuss] [PATCHv3 1/4] alsa: Export alsa-mixer API

2011-05-10 Thread Jorge Eduardo Candelaria
From: Margarita Olaya Cabrera m...@slimlogic.co.uk The UCM core needs the alsa-mixer API to be exported, so that it can create its UCM mappings. Signed-off-by: Margarita Olaya Cabrera m...@slimlogic.co.uk Signed-off-by: Jorge Eduardo Candelaria j...@slimlogic.co.uk --- src/modules/alsa/alsa

[pulseaudio-discuss] [PATCHv3 0/4] Read and store UCM data as proplist

2011-05-10 Thread Jorge Eduardo Candelaria
This is the third version of the Pulseaudio and UCM integration. This set of patches cover adding ucm data to proplist, adding a ucm API to get and set data to proplist, and lets module-alsa-card scan ucm data when the card is probed. Another set of patches dealing with jack module detection

[pulseaudio-discuss] [PATCHv3 2/4] alsa: Add UCM proplist items

2011-05-10 Thread Jorge Eduardo Candelaria
From: Margarita Olaya Cabrera m...@slimlogic.co.uk UCM has various items we would like to store in a proplist. Add these to the proplist property types. Signed-off-by: Margarita Olaya Cabrera m...@slimlogic.co.uk Signed-off-by: Jorge Eduardo Candelaria j...@slimlogic.co.uk --- src/pulse

[pulseaudio-discuss] [PATCHv3 4/4] alsa: Support UCM profiles in module-alsa-card

2011-05-10 Thread Jorge Eduardo Candelaria
or not, Depending on the status of USE_UCM property, a flag is passed as module argument to module-alsa-card. Signed-off-by: Margarita Olaya Cabrera m...@slimlogic.co.uk Signed-off-by: Jorge Eduardo Candelaria j...@slimlogic.co.uk --- src/modules/alsa/module-alsa-card.c | 120

[pulseaudio-discuss] [PATCHv3 3/4] alsa: Add UCM API for managing UCM propoerties

2011-05-10 Thread Jorge Eduardo Candelaria
and device for the card. Signed-off-by: Margarita Olaya Cabrera m...@slimlogic.co.uk Signed-off-by: Jorge Eduardo Candelaria j...@slimlogic.co.uk --- src/Makefile.am |2 +- src/modules/alsa/alsa-ucm.c | 532 +++ src/modules/alsa/alsa-ucm.h | 80

Re: [pulseaudio-discuss] [PATCHv3 0/4] Read and store UCM data as proplist

2011-05-11 Thread Jorge Eduardo Candelaria
On May 11, 2011, at 6:43 AM, Colin Guthrie wrote: 'Twas brillig, and Jorge Eduardo Candelaria at 10/05/11 21:29 did gyre and gimble: This is the third version of the Pulseaudio and UCM integration. This set of patches cover adding ucm data to proplist, adding a ucm API to get and set

Re: [pulseaudio-discuss] [PATCHv3 0/4] Read and store UCM data as proplist

2011-05-18 Thread Jorge Eduardo Candelaria
On May 17, 2011, at 8:56 AM, Lu Guanqun wrote: On Thu, May 12, 2011 at 02:56:04AM +0800, Jorge Eduardo Candelaria wrote: Ok, I'll copy the jack code we have into module-alsa-card. This will allow for simple jack removal/insertion events to be propagated to pulseaudio. We won't be able

[pulseaudio-discuss] [PATCH 0/0] Jack detection support.

2011-05-19 Thread Jorge Eduardo Candelaria
The following series of patches add support for jack detection. The udev module will match a list of input devices against the current audio card. When it finds an input that belongs to the card, we get the input number and send it to the alsa-card through a new parameter called jack_id. If

[pulseaudio-discuss] [PATCH 1/2] alsa: add jack detection support

2011-05-19 Thread Jorge Eduardo Candelaria
by Wolfson Microelectronics PLC Signed-off-by: Margarita Olaya Cabrera m...@slimlogic.co.uk Signed-off-by: Jorge Eduardo Candelaria j...@slimlogic.co.uk --- src/modules/alsa/alsa-jack.h| 42 src/modules/alsa/module-alsa-card.c | 120 +++ src/pulsecore

[pulseaudio-discuss] [PATCH 2/2] alsa: load jack detection module

2011-05-19 Thread Jorge Eduardo Candelaria
jack_id parameter. Jack support development was kindly sponsored by Wolfson Microelectronics PLC Signed-off-by: Margarita Olaya Cabrera m...@slimlogic.co.uk Signed-off-by: Jorge Eduardo Candelaria j...@slimlogic.co.uk --- src/modules/module-udev-detect.c | 68 ++--- 1

Re: [pulseaudio-discuss] [PATCHv3 0/4] Read and store UCM data as proplist

2011-05-19 Thread Jorge Eduardo Candelaria
On May 18, 2011, at 2:01 AM, Colin Guthrie wrote: 'Twas brillig, and Jorge Eduardo Candelaria at 18/05/11 07:22 did gyre and gimble: On May 17, 2011, at 8:56 AM, Lu Guanqun wrote: On Thu, May 12, 2011 at 02:56:04AM +0800, Jorge Eduardo Candelaria wrote: Ok, I'll copy the jack code we

Re: [pulseaudio-discuss] [PATCH 1/2] alsa: add jack detection support

2011-05-20 Thread Jorge Eduardo Candelaria
, Jorge Eduardo Candelaria wrote: From: Margarita Olaya Cabrera m...@slimlogic.co.uk This patch adds support to module-alsa-card so that we can read jack insertion and removal events using the input device subsystem. i.e. we can detect headphone insertions and removals. This patch adds a new