summaryrefslogtreecommitdiff
path: root/src/modules/module-switch-on-port-available.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-10card: handle sticky profile flagIgor V. Kovalenko1-0/+10
2021-01-18switch-on-port-available: checking the off profile when switching profileHui Wang1-0/+6
2021-01-15switch-on-port-available: Pass correct port_pointers to switch_to_port()Tanu Kaskinen1-2/+4
2020-12-22switch-on-port-available: Switch to headset or mic on unknown availHui Wang1-12/+20
2020-11-23switch-on-port-available: Fix switching away from unplugged headphonesTanu Kaskinen1-26/+28
2020-11-21switch-on-port-available: Add logging for port availability groupIgor V. Kovalenko1-2/+6
2020-11-15switch-on-port-available: Switch to headphones on unknown availabilityArun Raghavan1-0/+23
2018-12-14switch-on-port-available: Check if we need to change the active profileJoão Paulo Rechi Vita1-0/+43
2018-10-03switch-on-port-available: Improve readabilityJoão Paulo Rechi Vita1-4/+13
2018-07-02switch-on-port-available: ignore bluetooth cardsTanu Kaskinen1-0/+8
2018-01-04switch-on-port-available: remove unused return valuesTanu Kaskinen1-9/+6
2017-12-12build-sys: Stop using symdef headers for modulesArun Raghavan1-2/+0
2017-10-03switch-on-port-available: Add some basic propertiesDavid Henningsson1-0/+5
2017-09-05device-port, switch-on-port-available: fix automatic profile changing when cu...Tanu Kaskinen1-5/+0
2016-05-03switch-on-port-available: prefer ports that have been selected by the userTanu Kaskinen1-7/+202
2016-05-03switch-on-port-available: avoid repetitive pointer deferencingTanu Kaskinen1-8/+14
2016-05-03switch-on-port-available: fix inverted if conditionTanu Kaskinen1-1/+1
2016-05-03switch-on-port-available: unify input/output switching policyTanu Kaskinen1-2/+13
2016-02-26switch-on-port-available: Switch from HDMI to analog; but not the other way a...David Henningsson1-3/+3
2015-11-22module-switch-on-port-available: Route to preferred profileDavid Henningsson1-67/+105
2015-11-22module-switch-on-port-available: Use input and output namesDavid Henningsson1-0/+7
2015-04-10module-switch-*: use pa_module_hook_connectDavid Henningsson1-36/+8
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-09-28module-switch-on-port-available: make the output more accurateHui Wang1-2/+1
2014-04-04module-switch-on-port-available: Use new find best port functionDavid Henningsson1-18/+3
2014-04-04module-switch-on-port-available: Use port->card pointerDavid Henningsson1-7/+2
2014-04-04module-switch-on-port-available: Don't switch profiles on uninitialized cardsDavid Henningsson1-0/+5
2013-11-29Pass the profile object instead of the profile name to pa_card_set_profile()Tanu Kaskinen1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-6/+6
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-1/+0
2013-06-24Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)1-2/+1
2013-06-04switch-on-port-available: Silence gcc warning.poljar (Damir Jelić)1-1/+1
2013-06-04device-port: Make it impossible to have dual-direction portsTanu Kaskinen1-10/+13
2013-06-04switch-on-port-available: Fix error reporting styleTanu Kaskinen1-5/+5
2013-06-04switch-on-port-available: Remove a redundant function argumentTanu Kaskinen1-3/+3
2013-06-04switch-on-port-available: Prepare for dual-direction ports going awayTanu Kaskinen1-29/+48
2013-04-24module-switch-on-port-available: Handle hotplugged cardsDavid Henningsson1-5/+62
2013-02-18core: Internally deprecate pa_port_available_t to use pa_available_tMikel Astiz1-10/+10
2012-06-29Assume that the ports hashmap of cards is always non-NULL.Tanu Kaskinen1-4/+1
2012-06-29Assume that the profiles hashmap of ports is always non-NULL.Tanu Kaskinen1-32/+31
2012-06-29card: Ensure that there's always at least one profile.Tanu Kaskinen1-5/+1
2012-06-29sink, source: Always create a hashmap for ports.Tanu Kaskinen1-2/+2
2012-03-21module-switch-on-port-available: Do not switch profile if current port is ava...David Henningsson1-2/+22
2012-03-11alsa-mixer: Make speaker get available=no when headphones are plugged inDavid Henningsson1-0/+3
2012-03-11Add a new module switch-on-port-available that acts on port changesDavid Henningsson1-0/+233