pulseaudio/src
David Henningsson dedf1340c6 alsa: Jack detection kcontrol implementation
Support the new jack detection interface implemented in Linux 3.3
(and Ubuntu's 3.2 kernel).

Jacks are probed and detected using the snd_hctl_* commands, which
means we need to listen to them using fdlists. As this detection
needs to be active even if there is currently no sink for the jack,
so this polling is done on the card level.

Also add configuration support in paths, like this:
[Jack Headphone]
required-any = any

...where 'Jack Headphone' should match 'Headphone Jack' as given by
ALSA (as seen in e g 'amixer controls').
"Required", "required-any" and "required-absent" is supported. Using
required-any, one can have several ports even though there is no
other indication in the mixer that this path exists.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
2012-03-11 12:23:46 +05:30
..
daemon daemon: Drop --module-idle-time from docs 2012-01-04 00:18:34 +05:30
modules alsa: Jack detection kcontrol implementation 2012-03-11 12:23:46 +05:30
pulse proplist: Match pa_proplist_copy argument name between header and implementation. 2012-03-09 09:20:47 +02:00
pulsecore flist: Make name non-const to avoid casting with pa_xfree(). 2012-03-07 09:39:18 +02:00
tests format: Add API to query a property's type 2012-03-05 20:00:31 +05:30
utils build: Fix out-of-tree build 2012-02-20 19:23:47 +05:30
.gitignore build: Fix out-of-tree build 2012-02-20 19:23:47 +05:30
depmod.py remove remaining $ 2008-06-18 22:38:32 +02:00
Makefile.am build-sys: Remove the public API stuff from libpulsecommon. 2012-03-09 09:20:47 +02:00
map-file format: Allow format->sample spec conversion for compressed formats 2012-03-05 20:30:33 +05:30