summaryrefslogtreecommitdiff
path: root/src/mixer/pulse_mixer.c
AgeCommit message (Expand)Author
2009-10-20pulse: renamed source filesMax Kellermann
2009-04-25pulse_mixer: use PULSE's mainloop lock instead of GMutexMax 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-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