pulseaudio/src/modules/alsa
David Henningsson 908deb136c alsa-ucm: Make combination ports have lower priority
Usually, you want to use one input or output at a time: e g,
you expect your speaker to mute when you plug in headphones.

Therefore, the headphones+speaker port should have lower priority
and both headphones and speaker.

A practical formula to do this is 1/x = 1/xa + 1/xb + .. + 1/xn.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
2013-07-26 14:30:08 +02:00
..
mixer alsa-mixer: Add "Line Out" path 2013-06-10 17:03:02 +03:00
alsa-mixer.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
alsa-mixer.h Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
alsa-sink.c Use pa_(c)volume_snprint_verbose() everywhere 2013-07-09 17:37:04 +03:00
alsa-sink.h alsa: Remove unneeded include 2011-06-22 22:45:27 +01:00
alsa-source.c Use pa_(c)volume_snprint_verbose() everywhere 2013-07-09 17:37:04 +03:00
alsa-source.h alsa: rework mixer logic 2009-06-17 03:45:14 +02:00
alsa-ucm.c alsa-ucm: Make combination ports have lower priority 2013-07-26 14:30:08 +02:00
alsa-ucm.h alsa: Support ALSA without a use case manager 2013-07-11 14:30:06 +03:00
alsa-util.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
alsa-util.h Fix alignment issues introduced by the pa_bool -> bool conversion 2013-07-04 12:25:40 +03:00
module-alsa-card.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
module-alsa-sink.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00
module-alsa-source.c Remove pa_bool_t and replace it with bool. 2013-07-04 12:25:30 +03:00