aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* oss_mixer: call oss_find_mixer() in init() methodMax Kellermann2009-03-261-25/+26
* oss_mixer: removed superfluous checksMax Kellermann2009-03-261-8/+8
* oss_mixer: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann2009-03-261-1/+1
* oss_mixer: pass default path to config_get_block_string()Max Kellermann2009-03-261-8/+5
* oss_mixer: make "device" and "control" constMax Kellermann2009-03-261-6/+5
* mixer_control: close mixer on failureMax Kellermann2009-03-262-5/+0
* mixer: added flag "open"Max Kellermann2009-03-262-0/+2
* pulse_mixer: keep mixer attached when another pulse sink is closed.David Guibert2009-03-171-1/+2
* pulse_mixer: closeDavid Guibert2009-03-171-1/+14
* all: Update copyright header.Avuton Olrich2009-03-133-9/+12
* pulse_mixer: allow mpd to reconnect to the pulse mixerDavid Guibert2009-03-071-29/+24
* pulse_mixer: added missing copyright headerMax Kellermann2009-03-071-0/+18
* pulse_mixer: added GLib log domainMax Kellermann2009-03-071-14/+16
* pulse: clean up includesMax Kellermann2009-03-071-2/+4
* pulse mixerDavid Guibert2009-03-071-0/+277
* mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann2009-02-162-124/+116
* mixer_api: removed struct mixer_dataMax Kellermann2009-01-252-14/+24
* mixer: merged methods "init" and "configure"Max Kellermann2009-01-252-46/+12
* mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann2009-01-252-11/+0
* mixer: make all mixer_plugin pointers constMax Kellermann2009-01-252-2/+2
* mixer: added missing copyright headersMax Kellermann2009-01-252-0/+34
* conf: allow param==NULLMax Kellermann2009-01-252-6/+0
* conf: const pointers in block get functionsMax Kellermann2009-01-252-4/+4
* conf: added config_get_block_string()Max Kellermann2009-01-182-12/+15
* mixer: don't check for NULL before g_free()Max Kellermann2009-01-182-16/+11
* conf: no CamelCase, part IMax Kellermann2009-01-172-6/+6
* mixer: check param==NULL in the alsa and oss mixer codeMax Kellermann2009-01-162-0/+7
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2009-01-112-8/+26
* Introducing mixer apiViliam Mateicka2009-01-102-52/+73
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-042-4/+4
* mixer: renamed mix_* options to mixer_*Max Kellermann2009-01-012-4/+4
* Moving mixers to audio outputsViliam Mateicka2008-12-312-0/+403