]> code.delx.au - pulseaudio/history - src/modules/module-oss.c
drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were a bad...
[pulseaudio] / src / modules / module-oss.c
2007-09-24 Lennart Poetteringdrop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND...
2007-09-23 Lennart Poetteringinstead of using the mixer ioctl()s on the dsp fd,...
2007-09-14 Lennart Poetteringsimplify rt loops a bit by moving more code into pa_rtp...
2007-09-12 Lennart Poetteringextend rtpoll API to allow registration of arbitray...
2007-09-12 Lennart Poetteringconsolidate close() calls to pa_close(), and make sure...
2007-09-11 Lennart Poetteringadd 'wait' parameter to pa_rtpoll_run(), if zero pa_rtp...
2007-09-10 Lennart Poetteringmake sure that the device volume is properly read befor...
2007-09-10 Lennart Poetteringdon't call pa_source_process_msg() for PA_SOURCE_MESSAG...
2007-09-06 Lennart Poetteringfix an assert when runnig module-oss in record only...
2007-08-30 Lennart PoetteringLots of assorted minor cleanups and fixes:
2007-08-22 Lennart Poetteringport remaining sinks to pa_rtpoll
2007-08-22 Lennart Poetteringcheck pa_core::high_priority before becoming rt thread
2007-08-16 Lennart Poetteringuse realtime scheduling for ALSA and OSS driver threads
2007-08-11 Lennart Poetteringfix latency reporting for oss and alsa modules
2007-08-11 Lennart Poetteringport oss driver to make use of the default fragment...
2007-08-10 Lennart Poetteringmake use of pa_thread_mq everywhere
2007-08-10 Lennart Poettering* drop redundant pa_core argument from module initializ...
2007-07-31 Lennart PoetteringA lot of updates, all necessary to get the native proto...
2007-07-28 Lennart Poetteringfix suspending logic
2007-07-28 Lennart Poetteringreload OSS volume after unsuspend
2007-07-28 Lennart Poetteringport module-alsa-sink to new lock-free core. also add...
2007-07-26 Lennart PoetteringDisable memory mapping if we open the device in O_WRONL...
2007-07-25 Lennart Poetteringchange order of munmap and freeing of memblocks
2007-07-13 Lennart PoetteringReplace a couple of assert()s by pa_assert()s
2007-07-13 Lennart PoetteringMerge module-oss-mmap into module-oss and make suspendi...
2007-07-12 Lennart PoetteringMake sure pollfd[POLLFD_ASYNCQ].revents is properly...
2007-07-12 Lennart Poetteringfix segfault when recording with module-oss.c
2007-06-25 Lennart PoetteringPort module-oss to the new lock-free core
2007-06-23 Lennart PoetteringUpdate OSS driver for new lock-free core
2007-06-11 Lennart PoetteringMerge HUGE set of changes temporarily into a branch...
2007-05-29 Lennart PoetteringKill spaces on EOL
2007-05-23 Lennart PoetteringFix module-oss for devices that return EAGAIN when...
2007-02-13 Pierre OssmanAdd copyright notices to all relevant files. (based...
2007-01-04 Pierre OssmanHuge trailing whitespace cleanup. Let's keep the tree...
2006-11-06 Pierre OssmanRevert r1404 and keep it on a development branch until...
2006-09-26 Lennart Poetteringrework memory block management to be thread-safe and...
2006-08-18 Lennart Poetteringremove all occurences of
2006-08-18 Lennart PoetteringRework memory management to allow shared memory data...
2006-08-12 Lennart Poetteringmake use of pa_sink_used_by()/pa_source_used_by() where...
2006-08-12 Lennart Poetteringgenerate default sink/source names from the device...
2006-08-12 Lennart Poetteringhandle hot-remeving of OSS devices properly
2006-08-12 Lennart Poetteringfix a segfault in module-oss
2006-08-11 Lennart Poetteringdon't set the sink/source descriptions manually, use...
2006-08-11 Lennart Poetteringshorten sink/source device descriptions a little
2006-07-16 Lennart Poetteringset is_hardware flag for a few hw plugins
2006-07-14 Lennart Poetteringtry to use send(,,MSG_NOSIGNAL) instead of write()...
2006-06-19 Lennart Poetteringbig s/polyp/pulse/g
2006-05-25 Lennart Poettering* split pa_cstrerror() into its own file polypcore...
2006-05-22 Pierre OssmanWrap strerror() in a function that makes it thread...
2006-05-17 Lennart Poetteringsplit polypcore/util.[ch] into polypcore/core-util...
2006-05-17 Pierre OssmanMove xmalloc to the public side (libpolyp).
2006-05-17 Lennart Poetteringuse PA_CHANNEL_MAP_OSS in module-oss, module-oss-mmap
2006-05-16 Lennart Poettering* modify pa_channel_map_init_auto() to take an extra...
2006-05-13 Lennart Poettering* set default fragment metrics depending on the sample...
2006-04-26 Lennart Poetteringsupport new channel_map argument in sink/source modules
2006-04-18 Lennart Poetteringfix a couple of issues I found when compiling polypaudi...
2006-04-10 Lennart Poetteringminor cleanups for OSS module
2006-02-24 Pierre OssmanIGAIN is a better choice than IMIX for source volume.
2006-02-23 Pierre OssmanHardware source volume support in OSS.
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-21 Lennart Poetteringinclude hw description gathered from /dev/sndstat in...
2006-02-21 Lennart Poetteringadd hw volume control for module-oss-mmap
2006-02-17 Pierre OssmanCleaned up the includes after the restructuring. Indica...
2006-02-16 Lennart Poetteringmove alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch...
2006-02-16 Pierre OssmanReorganised the source tree. We now have src/ with...