aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/pulse_mixer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pulse_mixer: protect the struct with a mutexMax Kellermann2009-03-271-1/+29
* pulse_mixer: return if mixer is offlineMax Kellermann2009-03-271-29/+27
* pulse_mixer: removed superfluous G_GNUC_UNUSED attributesMax Kellermann2009-03-271-4/+4
* pulse_mixer: use local pa_cvolume variable for set_volume()Max Kellermann2009-03-271-2/+3
* pulse_mixer: wait for get_volume() operation to completeMax Kellermann2009-03-271-1/+34
* pulse_mixer: adapted code styleMax Kellermann2009-03-271-27/+52
* pulse_mixer: removed superfluous initializationsMax Kellermann2009-03-261-7/+2
* pulse_mixer: allocate "volume" staticallyMax Kellermann2009-03-261-10/+6
* pulse_mixer: removed superfluous NULL checks in close()Max Kellermann2009-03-261-12/+4
* pulse_mixer: initialize "online" and "index" in open()Max Kellermann2009-03-261-2/+5
* pulse: make configuration strings constMax Kellermann2009-03-261-6/+6
* pulse: don't check config_param!=NULLMax Kellermann2009-03-261-6/+3
* pulse_mixer: free libpulse objects on failureMax Kellermann2009-03-261-0/+6
* pulse_mixer: unlock the mainloop on failureMax Kellermann2009-03-261-0/+2
* pulse_mixer: moved code to pulse_mixer_setup()Max Kellermann2009-03-261-15/+26
* 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-131-3/+4
* 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