summaryrefslogtreecommitdiff
path: root/src/pulsecore/card.h
Commit message (Expand)AuthorAgeFilesLines
* typedefs.h: Move some typedefs to a separate fileDavid Henningsson2015-12-141-4/+3
* card: Add variables for splitting up a profileDavid Henningsson2015-11-221-0/+8
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* 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-5/+5
* Revert "card: Support adding ports dynamically"Mikel Astiz2013-03-271-1/+0
* card: Add card profile availabilityMikel Astiz2013-02-181-0/+4
* core: Internally deprecate pa_port_available_t to use pa_available_tMikel Astiz2013-02-181-0/+8
* card: Store a pa_card pointer in pa_card_profile.Tanu Kaskinen2012-10-251-0/+1
* card: Support adding ports dynamicallyMikel Astiz2012-10-251-0/+1
* card: Support adding profiles dynamicallyMikel Astiz2012-10-251-0/+2
* Cards now has ports directly, and device port has list of profilesDavid Henningsson2011-11-261-0/+4
* card: get rid of description field which is unusedLennart Poettering2009-06-171-2/+1
* card: some modernizationsLennart Poettering2009-06-171-1/+1
* core: add a suspend cause flags fieldLennart Poettering2009-06-051-1/+1
* only store card profile if flagged for thatLennart Poettering2009-03-231-1/+5
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* add new function pa_card_suspend()Lennart Poettering2009-01-221-0/+2
* make pa_card_new_data::active_profile a stringLennart Poettering2009-01-211-1/+2
* add priority logic to find best default profileLennart Poettering2009-01-201-0/+2
* actually create pa_card object in module-alsa-cardLennart Poettering2009-01-171-4/+8
* rename card config to card profileLennart Poettering2009-01-151-10/+10
* add new pa_card object as a way to logically combine multiple sinks and sourcesLennart Poettering2009-01-151-0/+91