summaryrefslogtreecommitdiffstats
path: root/src/modules/module-oss.c
Commit message (Expand)AuthorAgeFilesLines
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-272/+1197
* 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
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-8/+9
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* use PA_CHANNEL_MAP_OSS in module-oss, module-oss-mmapLennart Poettering2006-05-171-1/+1
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-161-1/+1
* * set default fragment metrics depending on the sample specs of the device in...Lennart Poettering2006-05-131-9/+9
* support new channel_map argument in sink/source modulesLennart Poettering2006-04-261-5/+8
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-181-1/+2
* minor cleanups for OSS moduleLennart Poettering2006-04-101-9/+25
* IGAIN is a better choice than IMIX for source volume.Pierre Ossman2006-02-241-2/+2
* Hardware source volume support in OSS.Pierre Ossman2006-02-231-2/+30
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-15/+15
* include hw description gathered from /dev/sndstat in sink/source description ...Lennart Poettering2006-02-211-3/+19
* add hw volume control for module-oss-mmapLennart Poettering2006-02-211-18/+2
* Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-171-1/+1
* move alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch] to the modules director...Lennart Poettering2006-02-161-1/+1
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+468