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
/
pulsecore
/
card.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-03-14
alsa: Use card description in default sink/source prefix when available
Pete Beardmore
1
-1
/
+1
2013-12-05
card: Move pa_card_add_profile() implementation to a more logical place
Tanu Kaskinen
1
-13
/
+13
2013-11-29
Pass the profile object instead of the profile name to pa_card_set_profile()
Tanu Kaskinen
1
-8
/
+3
2013-11-22
card: Ensure we still pick a profile even if it's unavailable.
Colin Guthrie
1
-0
/
+6
2013-11-05
card: Only set active_profile with available profile
Luiz Augusto von Dentz
1
-1
/
+6
2013-09-17
hashmap: Add the ability to free keys
Arun Raghavan
1
-6
/
+6
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-4
/
+4
2013-03-27
Revert "card: Support adding ports dynamically"
Mikel Astiz
1
-19
/
+0
2013-02-19
card: Set initial profile availability state
Mikel Astiz
1
-0
/
+1
2013-02-18
card: Add card profile availability
Mikel Astiz
1
-0
/
+20
2013-02-16
idxset: Use pa_free_cb_t instead of pa_free2_cb_t
Tanu Kaskinen
1
-2
/
+2
2013-02-16
device-port: Remove pa_device_port_hashmap_free()
Tanu Kaskinen
1
-2
/
+2
2013-02-16
hashmap: Use pa_free_cb_t instead of pa_free2_cb_t
Tanu Kaskinen
1
-19
/
+4
2013-01-22
card: Remove some unnecessary checks.
Tanu Kaskinen
1
-10
/
+6
2013-01-20
device-port: Add a card pointer to the ports.
poljar (Damir Jelić)
1
-1
/
+9
2012-10-25
card: Store a pa_card pointer in pa_card_profile.
Tanu Kaskinen
1
-7
/
+16
2012-10-25
card: Support adding ports dynamically
Mikel Astiz
1
-0
/
+17
2012-10-25
card: Support adding profiles dynamically
Mikel Astiz
1
-0
/
+12
2012-06-29
card: Ensure that there's always at least one profile.
Tanu Kaskinen
1
-3
/
+7
2012-06-29
card: Don't crash if someone gives NULL name to pa_card_set_profile().
Tanu Kaskinen
1
-1
/
+1
2012-05-31
pulsecore: Use PA_IDXSET_FOREACH wherever applicable.
Harsh Prateek Bora
1
-2
/
+2
2011-11-26
Cards now has ports directly, and device port has list of profiles
David Henningsson
1
-1
/
+9
2011-02-25
core: Add a new hook PA_CORE_HOOK_CARD_PROFILE_CHANGED
Colin Guthrie
1
-0
/
+2
2009-06-17
card: make sure to always hand failure code back in some calls
Lennart Poettering
1
-10
/
+19
2009-06-17
card: some modernizations
Lennart Poettering
1
-9
/
+7
2009-06-08
prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property
Lennart Poettering
1
-0
/
+1
2009-06-05
core: add a suspend cause flags field
Lennart Poettering
1
-3
/
+4
2009-03-25
add missing initialization
Lennart Poettering
1
-0
/
+1
2009-03-23
only store card profile if flagged for that
Lennart Poettering
1
-3
/
+7
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-03-01
add logic for initializing a useful icon name
Lennart Poettering
1
-0
/
+3
2009-02-12
don't claim that profile changes are always successful
Lennart Poettering
1
-1
/
+1
2009-01-22
add new function pa_card_suspend()
Lennart Poettering
1
-0
/
+17
2009-01-22
don't include full path in driver name.
Lennart Poettering
1
-1
/
+2
2009-01-21
make pa_card_new_data::active_profile a string
Lennart Poettering
1
-10
/
+24
2009-01-21
when changing profiles do the actual assignment in the generic implementation
Lennart Poettering
1
-1
/
+5
2009-01-21
remove bogus pa_core_check_idle() call
Lennart Poettering
1
-2
/
+0
2009-01-20
add priority logic to find best default profile
Lennart Poettering
1
-2
/
+15
2009-01-20
fix destruction when no profiles are defined
Lennart Poettering
1
-3
/
+5
2009-01-17
actually create pa_card object in module-alsa-card
Lennart Poettering
1
-3
/
+10
2009-01-15
rename card config to card profile
Lennart Poettering
1
-25
/
+25
2009-01-15
maintain a list of sink inputs/source outputs as part of the pa_client object
Lennart Poettering
1
-2
/
+4
2009-01-15
add new pa_card object as a way to logically combine multiple sinks and sources
Lennart Poettering
1
-0
/
+196