summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* * drop redundant pa_core argument from module initialization functionsLennart Poettering2007-08-1026-340/+371
* fix minor memory leakageLennart Poettering2007-08-101-0/+2
* avoid duplicate loading of modulesLennart Poettering2007-08-101-15/+22
* handle ACLAdded messages for previously unknown devices identically to a real...Lennart Poettering2007-08-101-3/+2
* Avoid a race condition when one PA instance gets HAL's ACLAdded message befor...Lennart Poettering2007-08-101-4/+58
* Add X11 XSMP module for hooking into the X11 session manager, for being notif...Lennart Poettering2007-08-091-0/+201
* modernizeLennart Poettering2007-08-091-24/+24
* don't assume that sink/source is already unregistered from namereg when disco...Lennart Poettering2007-08-091-17/+31
* play ACL event sound only when gained access, not when losing itLennart Poettering2007-08-091-1/+2
* forgot to actually add the new suspend-on-idle module source codeLennart Poettering2007-08-091-0/+303
* if we get access to a device we don't know yet, add it to our tree instead of...Lennart Poettering2007-08-091-2/+4
* don't hit an assert when we cannot resume a deviceLennart Poettering2007-08-092-4/+8
* by default, store esd socket in /tmp/.esd-`id -u`/socket, instead of /tmp/.es...Lennart Poettering2007-08-091-4/+12
* listen for HAL ACL events; play an event sound on hw coldplug, hotplug and AC...Lennart Poettering2007-08-091-29/+157
* modernize module-hal-detect.c and check for ALSA pcm_class != modemLennart Poettering2007-08-081-284/+282
* modernize dbus-util.cLennart Poettering2007-08-081-151/+121
* be more verbose when device does not support sampling parametersLennart Poettering2007-08-081-3/+3
* properly reinitialize pollfd array after resumeLennart Poettering2007-08-082-27/+54
* properly reinitialize pollfd array after resumeLennart Poettering2007-08-082-34/+73
* reinitialize sw params after resumeLennart Poettering2007-08-071-3/+6
* Don't stop hardware on buffer underruns. Instead continue playing to guarante...Lennart Poettering2007-08-034-49/+91
* Remove unnecessary snd_pcm_hwsync()Lennart Poettering2007-08-032-2/+0