summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* fall back to plughw: if hw: doesn't workLennart Poettering2007-09-171-15/+37
* drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ...Lennart Poettering2007-09-174-4/+4
* use priority inheritance on mutexes where applicableLennart Poettering2007-09-171-1/+1
* add a new module module-remap-sink which can be used to remap the channel map...Lennart Poettering2007-09-161-0/+330
* add a "length" argument to the seek functions, as an optimization to request ...Lennart Poettering2007-09-162-5/+5
* be a little bit more elaborate on the reason why we drop to software volume c...Lennart Poettering2007-09-161-5/+6
* trivial typoLennart Poettering2007-09-151-1/+1
* count corked streams per sink/source and make pa_sink_used_by() return only t...Lennart Poettering2007-09-151-1/+1
* Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from...Lennart Poettering2007-09-141-25/+19
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-147-171/+65
* call dbus_shutdown() before exiting, to make valgrind output more usefulLennart Poettering2007-09-141-2/+2
* extend rtpoll API to allow registration of arbitray functions to be executed ...Lennart Poettering2007-09-127-14/+14
* change pa_modargs_get_channel_map() to take an extra argument for specifying ...Lennart Poettering2007-09-121-2/+2
* consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-126-10/+10
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-117-15/+13
* add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...Lennart Poettering2007-09-117-7/+7
* make sure that the device volume is properly read before we call pa_sink_put(...Lennart Poettering2007-09-101-2/+2
* don't call pa_source_process_msg() for PA_SOURCE_MESSAGE_GET_LATENCY, since i...Lennart Poettering2007-09-101-1/+1
* TIOCINQ isn't present on all systems.Pierre Ossman2007-09-101-1/+3
* fix an assert when runnig module-oss in record only-mode. optimize allocation...Lennart Poettering2007-09-062-14/+34
* explicitly test for the availability of dbus_watch_get_unix_fd() before using...Lennart Poettering2007-09-061-7/+8
* fix a couple of compiler warningsLennart Poettering2007-09-042-4/+4
* actually add source code of module-default-device-restoreLennart Poettering2007-09-031-0/+103
* header file cleanupLennart Poettering2007-09-031-2/+1
* fix dbus version check for dbus_watch_get_unix_fd()Lennart Poettering2007-09-021-1/+1
* fix build for dbus < 1.1.1, re #126, patch from Marc-Andre LureauLennart Poettering2007-09-021-1/+11
* make use of new PA_PAGE_SIZE macroLennart Poettering2007-09-021-1/+1
* - fix suspend handlingLennart Poettering2007-08-311-23/+38
* port module-combine to new coreLennart Poettering2007-08-301-177/+933
* Lots of assorted minor cleanups and fixes:Lennart Poettering2007-08-309-233/+219
* lower suspend timeout to 1sLennart Poettering2007-08-251-1/+1
* port remaining sinks to pa_rtpollLennart Poettering2007-08-224-340/+306
* minor cleanupsLennart Poettering2007-08-221-29/+14
* port alsa driver to make use of new pa_rtpoll objectLennart Poettering2007-08-221-140/+142
* check pa_core::high_priority before becoming rt threadLennart Poettering2007-08-223-3/+6
* use realtime scheduling for ALSA and OSS driver threadsLennart Poettering2007-08-163-0/+6
* truncate service names if necessary, include user name in service stringLennart Poettering2007-08-161-23/+48
* a couple of build fixesLennart Poettering2007-08-131-1/+1
* fix latency reporting for oss and alsa modulesLennart Poettering2007-08-113-13/+15
* minor modernizationsLennart Poettering2007-08-111-14/+13
* hook into move operations for resuming/suspending devices appropriatelyLennart Poettering2007-08-111-19/+109
* Add 'via DMA' to sink/source description if device is accessed with mmap()Lennart Poettering2007-08-112-4/+6
* use single array for storing pa_core hook lists, add sink state changed hook,...Lennart Poettering2007-08-113-16/+56
* port oss driver to make use of the default fragment sizes as defined in pa_co...Lennart Poettering2007-08-111-28/+20
* make sure that the device access event sound is only generated onceLennart Poettering2007-08-111-21/+54
* fix module-hal when no api= argument is specifiedLennart Poettering2007-08-111-0/+1
* modify alsa drivers to make use of new global fragment setting variablesLennart Poettering2007-08-112-10/+4
* fix default device naming and fix api selection codeLennart Poettering2007-08-111-12/+15
* make use of pa_thread_mq everywhereLennart Poettering2007-08-106-90/+102
* fix closing of fds in gconf moduleLennart Poettering2007-08-101-3/+6