]> code.delx.au - pulseaudio/history - src/modules/module-alsa-source.c
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
[pulseaudio] / src / modules / module-alsa-source.c
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...