aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/alsa_mixer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-2/+2
* alsa_mixer: add mixer_index optionDaniel Kahn Gillmor2009-04-281-2/+7
* alsa_mixer: call snd_config_update_free_global() in finish()Max Kellermann2009-04-211-1/+3
* mixer: assert that the new volume value is validMax Kellermann2009-03-271-4/+0
* alsa_mixer: initialize "volume_set" in the open() methodMax Kellermann2009-03-261-2/+2
* alsa_mixer: removed superfluous checksMax Kellermann2009-03-261-10/+6
* alsa_mixer: pass default device to config_get_block_string()Max Kellermann2009-03-261-14/+7
* alsa_mixer: make "device" and "control" constMax Kellermann2009-03-261-6/+5
* mixer_control: close mixer on failureMax Kellermann2009-03-261-3/+0
* mixer: added flag "open"Max Kellermann2009-03-261-0/+1
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
* mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann2009-02-161-71/+73
* mixer_api: removed struct mixer_dataMax Kellermann2009-01-251-7/+12
* mixer: merged methods "init" and "configure"Max Kellermann2009-01-251-23/+6
* mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann2009-01-251-5/+0
* mixer: make all mixer_plugin pointers constMax Kellermann2009-01-251-1/+1
* mixer: added missing copyright headersMax Kellermann2009-01-251-0/+17
* conf: allow param==NULLMax Kellermann2009-01-251-3/+0
* conf: const pointers in block get functionsMax Kellermann2009-01-251-2/+2
* conf: added config_get_block_string()Max Kellermann2009-01-181-5/+8
* mixer: don't check for NULL before g_free()Max Kellermann2009-01-181-8/+5
* conf: no CamelCase, part IMax Kellermann2009-01-171-3/+3
* mixer: check param==NULL in the alsa and oss mixer codeMax Kellermann2009-01-161-0/+3
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2009-01-111-4/+14
* Introducing mixer apiViliam Mateicka2009-01-101-23/+37
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-041-1/+1
* mixer: renamed mix_* options to mixer_*Max Kellermann2009-01-011-2/+2
* Moving mixers to audio outputsViliam Mateicka2008-12-311-0/+206