aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/oss_mixer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-27mixer: assert that the new volume value is validMax Kellermann1-3/+1
2009-03-26oss_mixer: call oss_find_mixer() in init() methodMax Kellermann1-25/+26
2009-03-26oss_mixer: removed superfluous checksMax Kellermann1-8/+8
2009-03-26oss_mixer: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann1-1/+1
2009-03-26oss_mixer: pass default path to config_get_block_string()Max Kellermann1-8/+5
2009-03-26oss_mixer: make "device" and "control" constMax Kellermann1-6/+5
2009-03-26mixer_control: close mixer on failureMax Kellermann1-2/+0
2009-03-26mixer: added flag "open"Max Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-02-16mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann1-53/+43
2009-01-25mixer_api: removed struct mixer_dataMax Kellermann1-7/+12
2009-01-25mixer: merged methods "init" and "configure"Max Kellermann1-23/+6
2009-01-25mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann1-6/+0
2009-01-25mixer: make all mixer_plugin pointers constMax Kellermann1-1/+1
2009-01-25mixer: added missing copyright headersMax Kellermann1-0/+17
2009-01-25conf: allow param==NULLMax Kellermann1-3/+0
2009-01-25conf: const pointers in block get functionsMax Kellermann1-2/+2
2009-01-18conf: added config_get_block_string()Max Kellermann1-7/+7
2009-01-18mixer: don't check for NULL before g_free()Max Kellermann1-8/+6
2009-01-17conf: no CamelCase, part IMax Kellermann1-3/+3
2009-01-16mixer: check param==NULL in the alsa and oss mixer codeMax Kellermann1-0/+4
2009-01-11removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka1-4/+12
2009-01-10Introducing mixer apiViliam Mateicka1-29/+36
2009-01-04renaming mixer.h to mixer_api.hViliam Mateicka1-3/+3
2009-01-01mixer: renamed mix_* options to mixer_*Max Kellermann1-2/+2
2008-12-31Moving mixers to audio outputsViliam Mateicka1-0/+197