summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/card.c
Commit message (Collapse)AuthorAgeFilesLines
* 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