summaryrefslogtreecommitdiff
path: root/src/mixer
AgeCommit message (Expand)Author
2009-03-27mixer: assert that the new volume value is validMax Kellermann
2009-03-27pulse_mixer: protect the struct with a mutexMax Kellermann
2009-03-27pulse_mixer: return if mixer is offlineMax Kellermann
2009-03-27pulse_mixer: removed superfluous G_GNUC_UNUSED attributesMax Kellermann
2009-03-27pulse_mixer: use local pa_cvolume variable for set_volume()Max Kellermann
2009-03-27pulse_mixer: wait for get_volume() operation to completeMax Kellermann
2009-03-27pulse_mixer: adapted code styleMax Kellermann
2009-03-26pulse_mixer: removed superfluous initializationsMax Kellermann
2009-03-26pulse_mixer: allocate "volume" staticallyMax Kellermann
2009-03-26pulse_mixer: removed superfluous NULL checks in close()Max Kellermann
2009-03-26pulse_mixer: initialize "online" and "index" in open()Max Kellermann
2009-03-26pulse: make configuration strings constMax Kellermann
2009-03-26pulse: don't check config_param!=NULLMax Kellermann
2009-03-26pulse_mixer: free libpulse objects on failureMax Kellermann
2009-03-26pulse_mixer: unlock the mainloop on failureMax Kellermann
2009-03-26pulse_mixer: moved code to pulse_mixer_setup()Max Kellermann
2009-03-26alsa_mixer: initialize "volume_set" in the open() methodMax Kellermann
2009-03-26alsa_mixer: removed superfluous checksMax Kellermann
2009-03-26alsa_mixer: pass default device to config_get_block_string()Max Kellermann
2009-03-26alsa_mixer: make "device" and "control" constMax Kellermann
2009-03-26oss_mixer: call oss_find_mixer() in init() methodMax Kellermann
2009-03-26oss_mixer: removed superfluous checksMax Kellermann
2009-03-26oss_mixer: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann
2009-03-26oss_mixer: pass default path to config_get_block_string()Max Kellermann
2009-03-26oss_mixer: make "device" and "control" constMax Kellermann
2009-03-26mixer_control: close mixer on failureMax Kellermann
2009-03-26mixer: added flag "open"Max Kellermann
2009-03-17pulse_mixer: keep mixer attached when another pulse sink is closed.David Guibert
2009-03-17pulse_mixer: closeDavid Guibert
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-07pulse_mixer: allow mpd to reconnect to the pulse mixerDavid Guibert
2009-03-07pulse_mixer: added missing copyright headerMax Kellermann
2009-03-07pulse_mixer: added GLib log domainMax Kellermann
2009-03-07pulse: clean up includesMax Kellermann
2009-03-07pulse mixerDavid Guibert
2009-02-16mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann
2009-01-25mixer_api: removed struct mixer_dataMax Kellermann
2009-01-25mixer: merged methods "init" and "configure"Max Kellermann
2009-01-25mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann
2009-01-25mixer: make all mixer_plugin pointers constMax Kellermann
2009-01-25mixer: added missing copyright headersMax Kellermann
2009-01-25conf: allow param==NULLMax Kellermann
2009-01-25conf: const pointers in block get functionsMax Kellermann
2009-01-18conf: added config_get_block_string()Max Kellermann
2009-01-18mixer: don't check for NULL before g_free()Max Kellermann
2009-01-17conf: no CamelCase, part IMax Kellermann
2009-01-16mixer: check param==NULL in the alsa and oss mixer codeMax Kellermann
2009-01-11removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka
2009-01-10Introducing mixer apiViliam Mateicka
2009-01-04renaming mixer.h to mixer_api.hViliam Mateicka