index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mixer_api.c
Age
Commit message (
Expand
)
Author
2011-01-29
copyright year 2011
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-11-12
include config.h in all sources
Max Kellermann
2009-03-26
mixer: don't reopen failed mixer automatically
Max Kellermann
2009-03-26
mixer: added flag "open"
Max Kellermann
2009-03-14
mixer: protect the mixer struct with a mutex
Max Kellermann
2009-03-14
mixer_api: moved mixer_init() to mixer_api.c
Max Kellermann
2009-03-14
mixer_api: moved functions to mixer_control.c
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-07
mixer: check for init() failures
Max Kellermann
2009-03-02
mixer: adding code to optionally disable all hw mixers
Viliam Mateicka
2009-02-16
mixer_api: replaced method "control()" with "{get,set}_volume()"
Max Kellermann
2009-01-25
mixer_api: removed struct mixer_data
Max Kellermann
2009-01-25
mixer: merged methods "init" and "configure"
Max Kellermann
2009-01-25
mixer: removed mixer_configure(), configure mixer in mixer_new()
Max Kellermann
2009-01-25
mixer: return a mixer struct pointer
Max Kellermann
2009-01-25
mixer: make all mixer_plugin pointers const
Max Kellermann
2009-01-25
mixer: added missing copyright headers
Max Kellermann
2009-01-25
conf: const pointers in block get functions
Max Kellermann
2009-01-17
conf: no CamelCase, part I
Max Kellermann
2009-01-10
Introducing mixer api
Viliam Mateicka