index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-switch-on-port-available.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-04
pulsecore: Move pa_core structure into its own header
Arun Raghavan
1
-0
/
+1
2016-05-03
switch-on-port-available: prefer ports that have been selected by the user
Tanu Kaskinen
1
-7
/
+202
2016-05-03
switch-on-port-available: avoid repetitive pointer deferencing
Tanu Kaskinen
1
-8
/
+14
2016-05-03
switch-on-port-available: fix inverted if condition
Tanu Kaskinen
1
-1
/
+1
2016-05-03
switch-on-port-available: unify input/output switching policy
Tanu Kaskinen
1
-2
/
+13
2016-02-26
switch-on-port-available: Switch from HDMI to analog; but not the other way a...
David Henningsson
1
-3
/
+3
2015-11-22
module-switch-on-port-available: Route to preferred profile
David Henningsson
1
-67
/
+105
2015-11-22
module-switch-on-port-available: Use input and output names
David Henningsson
1
-0
/
+7
2015-04-10
module-switch-*: use pa_module_hook_connect
David Henningsson
1
-36
/
+8
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-09-28
module-switch-on-port-available: make the output more accurate
Hui Wang
1
-2
/
+1
2014-04-04
module-switch-on-port-available: Use new find best port function
David Henningsson
1
-18
/
+3
2014-04-04
module-switch-on-port-available: Use port->card pointer
David Henningsson
1
-7
/
+2
2014-04-04
module-switch-on-port-available: Don't switch profiles on uninitialized cards
David Henningsson
1
-0
/
+5
2013-11-29
Pass the profile object instead of the profile name to pa_card_set_profile()
Tanu Kaskinen
1
-1
/
+1
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-6
/
+6
2013-06-24
Whitespace cleanup: Remove all multiple newlines
poljar (Damir Jelić)
1
-1
/
+0
2013-06-24
Style fix: Remove new lines from opening brackets
poljar (Damir Jelić)
1
-2
/
+1
2013-06-04
switch-on-port-available: Silence gcc warning.
poljar (Damir Jelić)
1
-1
/
+1
2013-06-04
device-port: Make it impossible to have dual-direction ports
Tanu Kaskinen
1
-10
/
+13
2013-06-04
switch-on-port-available: Fix error reporting style
Tanu Kaskinen
1
-5
/
+5
2013-06-04
switch-on-port-available: Remove a redundant function argument
Tanu Kaskinen
1
-3
/
+3
2013-06-04
switch-on-port-available: Prepare for dual-direction ports going away
Tanu Kaskinen
1
-29
/
+48
2013-04-24
module-switch-on-port-available: Handle hotplugged cards
David Henningsson
1
-5
/
+62
2013-02-18
core: Internally deprecate pa_port_available_t to use pa_available_t
Mikel Astiz
1
-10
/
+10
2012-06-29
Assume that the ports hashmap of cards is always non-NULL.
Tanu Kaskinen
1
-4
/
+1
2012-06-29
Assume that the profiles hashmap of ports is always non-NULL.
Tanu Kaskinen
1
-32
/
+31
2012-06-29
card: Ensure that there's always at least one profile.
Tanu Kaskinen
1
-5
/
+1
2012-06-29
sink, source: Always create a hashmap for ports.
Tanu Kaskinen
1
-2
/
+2
2012-03-21
module-switch-on-port-available: Do not switch profile if current port is ava...
David Henningsson
1
-2
/
+22
2012-03-11
alsa-mixer: Make speaker get available=no when headphones are plugged in
David Henningsson
1
-0
/
+3
2012-03-11
Add a new module switch-on-port-available that acts on port changes
David Henningsson
1
-0
/
+233