summaryrefslogtreecommitdiff
path: root/src/modules/module-switch-on-port-available.c
Commit message (Expand)AuthorAgeFilesLines
* switch-on-port-available: prefer ports that have been selected by the userTanu Kaskinen2016-05-031-7/+202
* switch-on-port-available: avoid repetitive pointer deferencingTanu Kaskinen2016-05-031-8/+14
* switch-on-port-available: fix inverted if conditionTanu Kaskinen2016-05-031-1/+1
* switch-on-port-available: unify input/output switching policyTanu Kaskinen2016-05-031-2/+13
* switch-on-port-available: Switch from HDMI to analog; but not the other way a...David Henningsson2016-02-261-3/+3
* module-switch-on-port-available: Route to preferred profileDavid Henningsson2015-11-221-67/+105
* module-switch-on-port-available: Use input and output namesDavid Henningsson2015-11-221-0/+7
* module-switch-*: use pa_module_hook_connectDavid Henningsson2015-04-101-36/+8
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* module-switch-on-port-available: make the output more accurateHui Wang2014-09-281-2/+1
* module-switch-on-port-available: Use new find best port functionDavid Henningsson2014-04-041-18/+3
* module-switch-on-port-available: Use port->card pointerDavid Henningsson2014-04-041-7/+2
* module-switch-on-port-available: Don't switch profiles on uninitialized cardsDavid Henningsson2014-04-041-0/+5
* Pass the profile object instead of the profile name to pa_card_set_profile()Tanu Kaskinen2013-11-291-1/+1
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-6/+6
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-1/+0
* Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)2013-06-241-2/+1
* switch-on-port-available: Silence gcc warning.poljar (Damir Jelić)2013-06-041-1/+1
* device-port: Make it impossible to have dual-direction portsTanu Kaskinen2013-06-041-10/+13
* switch-on-port-available: Fix error reporting styleTanu Kaskinen2013-06-041-5/+5
* switch-on-port-available: Remove a redundant function argumentTanu Kaskinen2013-06-041-3/+3
* switch-on-port-available: Prepare for dual-direction ports going awayTanu Kaskinen2013-06-041-29/+48
* module-switch-on-port-available: Handle hotplugged cardsDavid Henningsson2013-04-241-5/+62
* core: Internally deprecate pa_port_available_t to use pa_available_tMikel Astiz2013-02-181-10/+10
* Assume that the ports hashmap of cards is always non-NULL.Tanu Kaskinen2012-06-291-4/+1
* Assume that the profiles hashmap of ports is always non-NULL.Tanu Kaskinen2012-06-291-32/+31
* card: Ensure that there's always at least one profile.Tanu Kaskinen2012-06-291-5/+1
* sink, source: Always create a hashmap for ports.Tanu Kaskinen2012-06-291-2/+2
* module-switch-on-port-available: Do not switch profile if current port is ava...David Henningsson2012-03-211-2/+22
* alsa-mixer: Make speaker get available=no when headphones are plugged inDavid Henningsson2012-03-111-0/+3
* Add a new module switch-on-port-available that acts on port changesDavid Henningsson2012-03-111-0/+233