summaryrefslogtreecommitdiff
path: root/src/mixer_api.c
AgeCommit message (Expand)Author
2011-01-29copyright year 2011Max Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-11-12include config.h in all sourcesMax Kellermann
2009-03-26mixer: don't reopen failed mixer automaticallyMax Kellermann
2009-03-26mixer: added flag "open"Max Kellermann
2009-03-14mixer: protect the mixer struct with a mutexMax Kellermann
2009-03-14mixer_api: moved mixer_init() to mixer_api.cMax Kellermann
2009-03-14mixer_api: moved functions to mixer_control.cMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-07mixer: check for init() failuresMax Kellermann
2009-03-02mixer: adding code to optionally disable all hw mixersViliam Mateicka
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(), configure mixer in mixer_new()Max Kellermann
2009-01-25mixer: return a mixer struct pointerMax Kellermann
2009-01-25mixer: make all mixer_plugin pointers constMax Kellermann
2009-01-25mixer: added missing copyright headersMax Kellermann
2009-01-25conf: const pointers in block get functionsMax Kellermann
2009-01-17conf: no CamelCase, part IMax Kellermann
2009-01-10Introducing mixer apiViliam Mateicka