]> code.delx.au - pulseaudio/history - src/modules/alsa-util.c
merge 'lennart' branch back into trunk.
[pulseaudio] / src / modules / alsa-util.c
2007-10-28 Lennart Poetteringmerge 'lennart' branch back into trunk.
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-08-18 Lennart Poetteringremove all occurences of
2006-08-11 Lennart Poetteringfix bad memory access and a leak when detructing ALSA...
2006-08-11 Lennart Poetteringchange order of the ALSA event dispatch code to make...
2006-06-19 Lennart Poetteringbig s/polyp/pulse/g
2006-06-17 Lennart Poettering* make hw param settings easier to debug by splitting...
2006-06-16 Lennart Poetteringif S16NE is not supported, fall back to S16RE. If FLOAT...
2006-05-31 Lennart Poetteringdecrease maximum allowed sample frequency for ALSA...
2006-05-30 Lennart Poetteringdowngrade a log message
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-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 Poetteringfirst set buffer size, and afterwards period size
2006-05-13 Lennart Poetteringuse default alsa channel map for alsa devices
2006-04-28 Pierre OssmanZero the fd list since we do a memcmp on it later.
2006-04-18 Lennart Poetteringfix a couple of issues I found when compiling polypaudi...
2006-04-16 Pierre OssmanFix ALSA fd handling to be compatible with blocking...
2006-03-05 Pierre OssmanIt's safer to set buffer size than to try setting numbe...
2006-03-05 Pierre OssmanReturn the proper error code so that we get a correct...
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 OssmanHardware volume support in ALSA modules.
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-20 Lennart Poetteringfix snd_pcm_hw_params_set_rate_near() usage
2006-02-16 Lennart Poetteringmove alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch...