summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* add a missing initialization that causes a crash when parsing invalid volume ...Lennart Poettering2007-05-231-0/+1
* Fix module-oss for devices that return EAGAIN when we don't expect it. (Close...Lennart Poettering2007-05-231-3/+10
* show socket directory when we fail to create it. (Closes #85)Lennart Poettering2007-05-221-1/+1
* Fix build and only load OSS xor ALSA modules if both are availableLennart Poettering2007-05-221-5/+29
* Don't fail if hal doesn't currently contain any devices. (closes #55)Pierre Ossman2007-03-061-8/+2
* Handle suspended alsa devices. Based on patch by ranma. (closes #26)Pierre Ossman2007-03-022-0/+77
* Handle when ALSA tweaks our sample spec so much that the frame size changes.Pierre Ossman2007-03-011-1/+8
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-1346-0/+108
* Allow specification of device number.Pierre Ossman2007-02-121-3/+12
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-0436-668/+668
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-0611-94/+35