aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_api.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* mixer: don't reopen failed mixer automaticallyMax Kellermann2009-03-261-0/+6
* mixer: added flag "open"Max Kellermann2009-03-261-0/+5
* mixer: protect the mixer struct with a mutexMax Kellermann2009-03-141-0/+8
* mixer_api: moved mixer_init() to mixer_api.cMax Kellermann2009-03-141-5/+2
* mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann2009-03-141-8/+1
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-141-23/+0
* mixer_api: moved struct mixer_plugin to mixer_plugin.hMax Kellermann2009-03-141-41/+1
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
* pulse mixerDavid Guibert2009-03-071-0/+1
* mixer: adding code to optionally disable all hw mixersViliam Mateicka2009-03-021-0/+2
* mixer: include cleanupMax Kellermann2009-02-161-1/+3
* mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann2009-02-161-6/+28
* mixer_api: removed struct mixer_dataMax Kellermann2009-01-251-9/+10
* mixer: merged methods "init" and "configure"Max Kellermann2009-01-251-11/+3
* mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann2009-01-251-2/+1
* mixer: return a mixer struct pointerMax Kellermann2009-01-251-0/+7
* mixer: make all mixer_plugin pointers constMax Kellermann2009-01-251-4/+4
* mixer: added missing copyright headersMax Kellermann2009-01-251-0/+17
* conf: const pointers in block get functionsMax Kellermann2009-01-251-2/+3
* conf: no CamelCase, part IMax Kellermann2009-01-171-2/+2
* Introducing mixer apiViliam Mateicka2009-01-101-23/+51
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-041-0/+33