aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-26alsa_mixer: pass default device to config_get_block_string()Max Kellermann1-14/+7
2009-03-26alsa_mixer: make "device" and "control" constMax Kellermann1-6/+5
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 Kellermann2-5/+0
2009-03-26mixer: added flag "open"Max Kellermann2-0/+2
2009-03-17pulse_mixer: keep mixer attached when another pulse sink is closed.David Guibert1-1/+2
2009-03-17pulse_mixer: closeDavid Guibert1-1/+14
2009-03-13all: Update copyright header.Avuton Olrich3-9/+12
2009-03-07pulse_mixer: allow mpd to reconnect to the pulse mixerDavid Guibert1-29/+24
2009-03-07pulse_mixer: added missing copyright headerMax Kellermann1-0/+18
2009-03-07pulse_mixer: added GLib log domainMax Kellermann1-14/+16
2009-03-07pulse: clean up includesMax Kellermann1-2/+4
2009-03-07pulse mixerDavid Guibert1-0/+277
2009-02-16mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann2-124/+116
2009-01-25mixer_api: removed struct mixer_dataMax Kellermann2-14/+24
2009-01-25mixer: merged methods "init" and "configure"Max Kellermann2-46/+12
2009-01-25mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann2-11/+0
2009-01-25mixer: make all mixer_plugin pointers constMax Kellermann2-2/+2
2009-01-25mixer: added missing copyright headersMax Kellermann2-0/+34
2009-01-25conf: allow param==NULLMax Kellermann2-6/+0
2009-01-25conf: const pointers in block get functionsMax Kellermann2-4/+4
2009-01-18conf: added config_get_block_string()Max Kellermann2-12/+15
2009-01-18mixer: don't check for NULL before g_free()Max Kellermann2-16/+11
2009-01-17conf: no CamelCase, part IMax Kellermann2-6/+6
2009-01-16mixer: check param==NULL in the alsa and oss mixer codeMax Kellermann2-0/+7
2009-01-11removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2-8/+26
2009-01-10Introducing mixer apiViliam Mateicka2-52/+73
2009-01-04renaming mixer.h to mixer_api.hViliam Mateicka2-4/+4
2009-01-01mixer: renamed mix_* options to mixer_*Max Kellermann2-4/+4
2008-12-31Moving mixers to audio outputsViliam Mateicka2-0/+403