summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* On recommendation of Takashi Iwai prefer Master volume control over PCM and d...Lennart Poettering2007-08-032-2/+2
* A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-316-38/+44
* port module-alsa-source to new lock-free coreLennart Poettering2007-07-281-241/+553
* minor cleanupsLennart Poettering2007-07-281-18/+11
* fix suspending logicLennart Poettering2007-07-281-60/+89
* It is now allowed to call pa_sink_get_volume() from thread contextLennart Poettering2007-07-281-3/+2
* Fix suspending/resumingLennart Poettering2007-07-281-52/+58
* restore proper mixer volume controlLennart Poettering2007-07-281-165/+152
* reload OSS volume after unsuspendLennart Poettering2007-07-281-0/+5
* bring back alsa fd list managemet, since we need it for proper mixer change n...Lennart Poettering2007-07-282-12/+201
* port module-alsa-sink to new lock-free core. also add mmmap'ing support while...Lennart Poettering2007-07-284-561/+705
* Disable memory mapping if we open the device in O_WRONLY. Unfortunately we ca...Lennart Poettering2007-07-261-1/+6
* Convert most snprintf() calls to pa_snprintf()Lennart Poettering2007-07-256-16/+19
* drop chunk argument from various drop() functions, since it doesn't make any ...Lennart Poettering2007-07-252-4/+5
* change order of munmap and freeing of memblocksLennart Poettering2007-07-251-9/+9