index
:
profile/ivi/pulseaudio-panda
2.0-panda
Domain: Multimedia / Audio FW;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
card.c
Age
Commit message (
Expand
)
Author
Files
Lines
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