aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/alsa_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use g_free() instead of free()Max Kellermann2009-01-251-1/+1
* mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann2009-01-251-7/+1
* mixer: return a mixer struct pointerMax Kellermann2009-01-251-7/+7
* conf: allow param==NULLMax Kellermann2009-01-251-5/+2
* conf: const pointers in block get functionsMax Kellermann2009-01-251-2/+2
* alsa: added commentsMax Kellermann2009-01-251-3/+21
* alsa: frame_size is size_t, not intMax Kellermann2009-01-251-1/+1
* alsa: no CamelCaseMax Kellermann2009-01-251-93/+103
* alsa: fix option parsing and restore default period_timeDan McGee2009-01-251-3/+6
* conf: added config_get_block_unsigned()Max Kellermann2009-01-181-6/+2
* conf: added config_get_block_string()Max Kellermann2009-01-181-2/+1
* conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann2009-01-171-6/+5
* conf: no CamelCase, part IMax Kellermann2009-01-171-5/+6
* Introducing mixer apiViliam Mateicka2009-01-101-7/+8
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-071-1/+1
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-041-1/+1
* alsa: use GLib instead of utils.hMax Kellermann2009-01-021-3/+2
* output plugins: don't include gcc.hMax Kellermann2009-01-011-2/+2
* Moving mixers to audio outputsViliam Mateicka2008-12-311-1/+21
* alsa: use GLib loggingMax Kellermann2008-12-291-29/+30
* alsa: reverted the default buffer_time to 500 msMax Kellermann2008-12-011-1/+5
* alsa: initialize "device" with NULLMax Kellermann2008-11-031-2/+1
* alsa, jack: no const pointers for allocated stringsMax Kellermann2008-11-011-17/+25
* output: close device on play errorMax Kellermann2008-10-291-1/+0
* output: use bool for return values and flagsMax Kellermann2008-10-291-9/+10
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-11/+3
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+444