aboutsummaryrefslogtreecommitdiff
path: root/src/mixer/alsa_mixer.c
Commit message (Expand)AuthorAge
* mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann2009-10-20
* alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* alsa_mixer: add mixer_index optionDaniel Kahn Gillmor2009-04-28
* alsa_mixer: call snd_config_update_free_global() in finish()Max Kellermann2009-04-21
* mixer: assert that the new volume value is validMax Kellermann2009-03-27
* alsa_mixer: initialize "volume_set" in the open() methodMax Kellermann2009-03-26
* alsa_mixer: removed superfluous checksMax Kellermann2009-03-26
* alsa_mixer: pass default device to config_get_block_string()Max Kellermann2009-03-26
* alsa_mixer: make "device" and "control" constMax Kellermann2009-03-26
* mixer_control: close mixer on failureMax Kellermann2009-03-26
* mixer: added flag "open"Max Kellermann2009-03-26
* all: Update copyright header.Avuton Olrich2009-03-13
* mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann2009-02-16
* mixer_api: removed struct mixer_dataMax Kellermann2009-01-25
* mixer: merged methods "init" and "configure"Max Kellermann2009-01-25
* mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann2009-01-25
* mixer: make all mixer_plugin pointers constMax Kellermann2009-01-25
* mixer: added missing copyright headersMax Kellermann2009-01-25
* conf: allow param==NULLMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: added config_get_block_string()Max Kellermann2009-01-18
* mixer: don't check for NULL before g_free()Max Kellermann2009-01-18
* conf: no CamelCase, part IMax Kellermann2009-01-17
* mixer: check param==NULL in the alsa and oss mixer codeMax Kellermann2009-01-16
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2009-01-11
* Introducing mixer apiViliam Mateicka2009-01-10
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-04
* mixer: renamed mix_* options to mixer_*Max Kellermann2009-01-01
* Moving mixers to audio outputsViliam Mateicka2008-12-31