summaryrefslogtreecommitdiff
path: root/src/pulsecore/card.c
Commit message (Expand)AuthorAgeFilesLines
* card: Only update port's preferred profile if profile is savedDavid Henningsson2015-11-271-9/+18
* card: Update preferred_profile for ports when profile changesDavid Henningsson2015-11-221-0/+18
* card: Add variables for splitting up a profileDavid Henningsson2015-11-221-0/+2
* card: Use pa_xmalloc0 when creating card profilesDavid Henningsson2015-10-161-6/+1
* card: Use pa_xnew0 when creating a cardDavid Henningsson2015-09-281-7/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* alsa: Use card description in default sink/source prefix when availablePete Beardmore2014-03-141-1/+1
* card: Move pa_card_add_profile() implementation to a more logical placeTanu Kaskinen2013-12-051-13/+13
* Pass the profile object instead of the profile name to pa_card_set_profile()Tanu Kaskinen2013-11-291-8/+3
* card: Ensure we still pick a profile even if it's unavailable.Colin Guthrie2013-11-221-0/+6
* card: Only set active_profile with available profileLuiz Augusto von Dentz2013-11-051-1/+6
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-6/+6
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-4/+4
* Revert "card: Support adding ports dynamically"Mikel Astiz2013-03-271-19/+0
* card: Set initial profile availability stateMikel Astiz2013-02-191-0/+1
* card: Add card profile availabilityMikel Astiz2013-02-181-0/+20
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-2/+2
* device-port: Remove pa_device_port_hashmap_free()Tanu Kaskinen2013-02-161-2/+2
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-19/+4
* card: Remove some unnecessary checks.Tanu Kaskinen2013-01-221-10/+6
* device-port: Add a card pointer to the ports.poljar (Damir Jelić)2013-01-201-1/+9
* card: Store a pa_card pointer in pa_card_profile.Tanu Kaskinen2012-10-251-7/+16
* card: Support adding ports dynamicallyMikel Astiz2012-10-251-0/+17
* card: Support adding profiles dynamicallyMikel Astiz2012-10-251-0/+12
* card: Ensure that there's always at least one profile.Tanu Kaskinen2012-06-291-3/+7
* card: Don't crash if someone gives NULL name to pa_card_set_profile().Tanu Kaskinen2012-06-291-1/+1
* pulsecore: Use PA_IDXSET_FOREACH wherever applicable.Harsh Prateek Bora2012-05-311-2/+2
* Cards now has ports directly, and device port has list of profilesDavid Henningsson2011-11-261-1/+9
* core: Add a new hook PA_CORE_HOOK_CARD_PROFILE_CHANGEDColin Guthrie2011-02-251-0/+2
* card: make sure to always hand failure code back in some callsLennart Poettering2009-06-171-10/+19
* card: some modernizationsLennart Poettering2009-06-171-9/+7
* prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES propertyLennart Poettering2009-06-081-0/+1
* core: add a suspend cause flags fieldLennart Poettering2009-06-051-3/+4
* add missing initializationLennart Poettering2009-03-251-0/+1
* only store card profile if flagged for thatLennart Poettering2009-03-231-3/+7
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* add logic for initializing a useful icon nameLennart Poettering2009-03-011-0/+3
* don't claim that profile changes are always successfulLennart Poettering2009-02-121-1/+1
* add new function pa_card_suspend()Lennart Poettering2009-01-221-0/+17
* don't include full path in driver name.Lennart Poettering2009-01-221-1/+2
* make pa_card_new_data::active_profile a stringLennart Poettering2009-01-211-10/+24
* when changing profiles do the actual assignment in the generic implementationLennart Poettering2009-01-211-1/+5
* remove bogus pa_core_check_idle() callLennart Poettering2009-01-211-2/+0
* add priority logic to find best default profileLennart Poettering2009-01-201-2/+15
* fix destruction when no profiles are definedLennart Poettering2009-01-201-3/+5
* actually create pa_card object in module-alsa-cardLennart Poettering2009-01-171-3/+10
* rename card config to card profileLennart Poettering2009-01-151-25/+25
* maintain a list of sink inputs/source outputs as part of the pa_client objectLennart Poettering2009-01-151-2/+4
* add new pa_card object as a way to logically combine multiple sinks and sourcesLennart Poettering2009-01-151-0/+196