aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_api.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-26mixer: don't reopen failed mixer automaticallyMax Kellermann1-0/+1
2009-03-26mixer: added flag "open"Max Kellermann1-0/+1
2009-03-14mixer: protect the mixer struct with a mutexMax Kellermann1-2/+1
2009-03-14mixer_api: moved mixer_init() to mixer_api.cMax Kellermann1-4/+7
2009-03-14mixer_api: moved functions to mixer_control.cMax Kellermann1-55/+0
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-07mixer: check for init() failuresMax Kellermann1-1/+1
2009-03-02mixer: adding code to optionally disable all hw mixersViliam Mateicka1-3/+28
2009-02-16mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann1-6/+0
2009-01-25mixer_api: removed struct mixer_dataMax Kellermann1-16/+11
2009-01-25mixer: merged methods "init" and "configure"Max Kellermann1-11/+5
2009-01-25mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann1-7/+3
2009-01-25mixer: return a mixer struct pointerMax Kellermann1-0/+16
2009-01-25mixer: make all mixer_plugin pointers constMax Kellermann1-1/+1
2009-01-25mixer: added missing copyright headersMax Kellermann1-0/+17
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-1/+1
2009-01-10Introducing mixer apiViliam Mateicka1-0/+45