summaryrefslogtreecommitdiffstats
path: root/src/modules/module-oss.c
Commit message (Expand)AuthorAgeFilesLines
* add missing poll.h inclusionLennart Poettering2007-10-071-0/+1
* Fix race condition between IO thread creation and pa_sink_put(). Move activat...Lennart Poettering2007-10-011-62/+114
* only do IO if we are RUNNING or IDLE, but not when we are in INITLennart Poettering2007-09-281-2/+2
* drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were...Lennart Poettering2007-09-241-2/+2
* instead of using the mixer ioctl()s on the dsp fd, open a seperate fd for the...Lennart Poettering2007-09-231-160/+227
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-141-27/+6
* extend rtpoll API to allow registration of arbitray functions to be executed ...Lennart Poettering2007-09-121-3/+3
* consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-121-4/+4
* add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...Lennart Poettering2007-09-111-1/+1
* 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
* fix an assert when runnig module-oss in record only-mode. optimize allocation...Lennart Poettering2007-09-061-11/+24
* Lots of assorted minor cleanups and fixes:Lennart Poettering2007-08-301-33/+37
* port remaining sinks to pa_rtpollLennart Poettering2007-08-221-83/+87
* check pa_core::high_priority before becoming rt threadLennart Poettering2007-08-221-1/+2
* use realtime scheduling for ALSA and OSS driver threadsLennart Poettering2007-08-161-0/+2
* fix latency reporting for oss and alsa modulesLennart Poettering2007-08-111-1/+1
* port oss driver to make use of the default fragment sizes as defined in pa_co...Lennart Poettering2007-08-111-28/+20
* make use of pa_thread_mq everywhereLennart Poettering2007-08-101-17/+19
* * drop redundant pa_core argument from module initialization functionsLennart Poettering2007-08-101-9/+7
* A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-311-10/+11
* fix suspending logicLennart Poettering2007-07-281-60/+89
* reload OSS volume after unsuspendLennart Poettering2007-07-281-0/+5
* port module-alsa-sink to new lock-free core. also add mmmap'ing support while...Lennart Poettering2007-07-281-23/+38
* Disable memory mapping if we open the device in O_WRONLY. Unfortunately we ca...Lennart Poettering2007-07-261-1/+6
* change order of munmap and freeing of memblocksLennart Poettering2007-07-251-9/+9
* Replace a couple of assert()s by pa_assert()sLennart Poettering2007-07-131-6/+5
* Merge module-oss-mmap into module-oss and make suspending working properlyLennart Poettering2007-07-131-206/+653
* 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
* Update OSS driver for new lock-free coreLennart Poettering2007-06-231-228/+512
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-6/+16
* Kill spaces on EOLLennart Poettering2007-05-291-5/+5
* Fix module-oss for devices that return EAGAIN when we don't expect it. (Close...Lennart Poettering2007-05-231-3/+10
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-35/+35
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-15/+7
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-7/+15
* remove all occurences of Lennart Poettering2006-08-181-17/+17
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-2/+2
* make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering2006-08-121-4/+3
* generate default sink/source names from the device files they belong toLennart Poettering2006-08-121-4/+28
* handle hot-remeving of OSS devices properlyLennart Poettering2006-08-121-12/+30
* fix a segfault in module-ossLennart Poettering2006-08-121-1/+1
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-11/+13
* shorten sink/source device descriptions a littleLennart Poettering2006-08-111-2/+2
* set is_hardware flag for a few hw pluginsLennart Poettering2006-07-161-0/+2
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-141-1/+1
* big s/polyp/pulse/gLennart Poettering2006-06-191-15/+15