summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port module-sine to the new lock-free coreLennart Poettering2007-07-131-24/+33
* Replace a couple of assert()s by pa_assert()sLennart Poettering2007-07-131-6/+5
* Remove module-oss-mmap, since it is now merged into module-ossLennart Poettering2007-07-131-637/+0
* Merge module-oss-mmap into module-oss and make suspending working properlyLennart Poettering2007-07-131-206/+653
* Properly initialize all revents on EINTRLennart Poettering2007-07-122-2/+7
* Make sure pollfd[POLLFD_ASYNCQ].revents is properly initialized on signalLennart Poettering2007-07-121-1/+8
* fix segfault when recording with module-oss.cLennart Poettering2007-07-121-1/+1
* Port module-oss to the new lock-free coreLennart Poettering2007-06-251-15/+23
* Make use of dbus_watch_get_unix_fd() instead of dbus_watch_get_fd() because o...Lennart Poettering2007-06-241-2/+2
* Update OSS driver for new lock-free coreLennart Poettering2007-06-231-228/+512
* don't handle underrun specialLennart Poettering2007-06-231-32/+27
* drop silence generation from sink driversLennart Poettering2007-06-231-8/+4
* fix a typo and some minor optimizationsLennart Poettering2007-06-231-8/+7
* minor cleanups and optimizationsLennart Poettering2007-06-231-20/+20
* Port module-pipe-source to the new threaded designLennart Poettering2007-06-141-89/+187
* trivial cleanupsLennart Poettering2007-06-141-4/+7
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-135-168/+174
* make untabifyLennart Poettering2007-06-113-6/+6
* make eolspaceLennart Poettering2007-06-112-33/+33
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-1112-176/+421
* Kill spaces on EOLLennart Poettering2007-05-2912-161/+161
* Fix another DoS vulnerability that has been identified by Luigi Auriemma. (Fi...Lennart Poettering2007-05-231-3/+0