]> code.delx.au - pulseaudio/history - src/modules/module-alsa-source.c
Yes, yet another evil all-in-one commit of intervowen changes. I suck.
[pulseaudio] / src / modules / module-alsa-source.c
2008-05-01 Lennart PoetteringYes, yet another evil all-in-one commit of intervowen...
2008-04-23 Lennart Poetteringdefine minimal and maximal wakeup/sleep times; check...
2008-04-23 Lennart PoetteringBig pile of interdependant changes:
2008-04-22 Lennart Poettering* don't increase tsched_watermark on underrun without...
2008-04-22 Lennart Poettering- Change meaning of special values of latency request...
2008-04-20 Lennart Poetteringinitialize properties for ALSA sinks/sources more elabo...
2008-04-20 Lennart PoetteringBig pile of dependant changes:
2008-04-11 Lennart Poetteringredirect alsa errors to normal PA log system; export...
2008-04-09 Lennart Poetteringinit min/max latency properly; fix avail_min updating
2008-04-07 Lennart Poetteringcall snd_pcm_hwsync() expclicitly before we access...
2008-04-04 Lennart Poetteringpropery calculate min_avail in frames instead of bytes...
2008-04-03 Lennart Poettering- deprecate autoload stuff
2008-03-15 Lennart Poetteringcommit glitch-free work
2008-03-15 Lennart Poetteringreally create glitch-free branch
2007-11-13 Lennart PoetteringRework ALSA mixer channel detection code. This time...
2007-11-13 Lennart PoetteringCompletely rework ALSA device selection code: choose...
2007-11-09 Lennart Poetteringtag modules that may only be loaded once at most especi...
2007-11-01 Lennart Poetteringmake rtprio and nice level actually configurable
2007-10-28 Lennart Poetteringmerge 'lennart' branch back into trunk.
2007-03-02 Pierre OssmanHandle suspended alsa devices. Based on patch by ranma...
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-11 Lennart Poetteringdon't set the sink/source descriptions manually, use...
2006-08-11 Lennart Poetteringshorten sink/source device descriptions a little
2006-08-11 Lennart PoetteringALSA: handle write()/read() errors properly by unloadin...
2006-08-07 Lennart Poetteringtry to reduce volume updates in the ALSA sinks/sources...
2006-07-16 Lennart Poetteringset is_hardware flag for a few hw plugins
2006-06-20 Lennart Poetteringfix segfault when module-alsa-source fails to load
2006-06-19 Lennart Poetteringbig s/polyp/pulse/g
2006-05-30 Lennart Poettering* alsa-sink: if "PCM" is not found as mixer track name...
2006-05-30 Lennart Poettering* if an ALSA device doesn't support the channel count...
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-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-05-13 Lennart Poetteringfix fragment size calculation for module-alsa-source
2006-05-13 Lennart Poetteringuse default alsa channel map for alsa devices
2006-04-28 Pierre OssmanWhen a control is removed, all bits are set so we need...
2006-04-26 Lennart Poetteringsupport new channel_map argument in sink/source modules
2006-04-25 Pierre OssmanFall back to software volume if hardware mixer cannot...
2006-04-08 Lennart Poetteringclip volume at PA_VOLUME_NORM for alsa devices
2006-03-31 Pierre OssmanFix some warnings caused by size_t having varying size.
2006-03-05 Pierre OssmanFetch sound card name into sink/source description.
2006-03-05 Pierre OssmanTried to get the volume information even upon init...
2006-02-26 Pierre OssmanGet notifications about mixer changes from ALSA.
2006-02-26 Pierre OssmanHandle ALSA file descriptors more correctly. This means...
2006-02-26 Pierre OssmanFix correct default device.
2006-02-26 Pierre OssmanHardware volume support in ALSA modules.
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
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...