summaryrefslogtreecommitdiffstats
path: root/src/multi.c
Commit message (Collapse)AuthorAgeFilesLines
* src: reindent for 8ch indentingLennart Poettering2010-02-201-207/+209
| | | | | | | | | | I am slowly moving all my projects to kernel-inspired 8ch indenting. This will break patches that haven't been merged yet, which I am aware of, but OTOH in times of git's --ignore-space-change shouldn't be too problematic. Yes, I am aware that reindenting like this sucks, but I cannot stand 4ch indenting anymore. Sorry.
* implement ca_context_playing() callLennart Poettering2009-08-271-0/+29
|
* make _change_device() call take a const stringLennart Poettering2008-10-261-1/+1
|
* multi: accept CANBERRA_DRIVER=multi, pulseMarc-André Lureau2008-08-271-2/+3
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* multi: respect given backend orderMarc-André Lureau2008-08-271-2/+6
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* fix license wordingLennart Poettering2008-08-061-1/+1
|
* fix bogus assertv0.4Lennart Poettering2008-07-251-1/+1
|
* filter out recursive 'multi' invocations and duplicate entries in the ↵Lennart Poettering2008-06-251-0/+7
| | | | backend list
* only install callback if a cb was passedLennart Poettering2008-06-251-1/+1
|
* add new multi driver, which hands of a play request to the first driver that ↵Lennart Poettering2008-06-251-0/+320
wants to take it