summaryrefslogtreecommitdiff
path: root/src/modules/module-oss.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-35/+35
2006-11-06Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman1-15/+7
2006-09-26rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering1-7/+15
2006-08-18remove all occurences of Lennart Poettering1-17/+17
2006-08-18Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering1-2/+2
2006-08-12make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering1-4/+3
2006-08-12generate default sink/source names from the device files they belong toLennart Poettering1-4/+28
2006-08-12handle hot-remeving of OSS devices properlyLennart Poettering1-12/+30
2006-08-12fix a segfault in module-ossLennart Poettering1-1/+1
2006-08-11don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering1-11/+13
2006-08-11shorten sink/source device descriptions a littleLennart Poettering1-2/+2
2006-07-16set is_hardware flag for a few hw pluginsLennart Poettering1-0/+2
2006-07-14try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering1-1/+1
2006-06-19big s/polyp/pulse/gLennart Poettering1-15/+15
2006-05-25* split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering1-1/+1
2006-05-22Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman1-8/+9
2006-05-17split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering1-1/+1
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-1/+2
2006-05-17use PA_CHANNEL_MAP_OSS in module-oss, module-oss-mmapLennart Poettering1-1/+1
2006-05-16* modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering1-1/+1
2006-05-13* set default fragment metrics depending on the sample specs of the device in...Lennart Poettering1-9/+9
2006-04-26support new channel_map argument in sink/source modulesLennart Poettering1-5/+8
2006-04-18fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering1-1/+2
2006-04-10minor cleanups for OSS moduleLennart Poettering1-9/+25
2006-02-24IGAIN is a better choice than IMIX for source volume.Pierre Ossman1-2/+2
2006-02-23Hardware source volume support in OSS.Pierre Ossman1-2/+30
2006-02-23change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering1-15/+15
2006-02-21include hw description gathered from /dev/sndstat in sink/source description ...Lennart Poettering1-3/+19
2006-02-21add hw volume control for module-oss-mmapLennart Poettering1-18/+2
2006-02-17Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman1-1/+1
2006-02-16move alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch] to the modules director...Lennart Poettering1-1/+1
2006-02-16Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman1-0/+468