| Commit message (Expand) | Author | Age | Files | Lines |
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | mixer: don't reopen failed mixer automatically | Max Kellermann | 2009-03-26 | 1 | -0/+1 |
* | mixer: added flag "open" | Max Kellermann | 2009-03-26 | 1 | -0/+1 |
* | mixer: protect the mixer struct with a mutex | Max Kellermann | 2009-03-14 | 1 | -2/+1 |
* | mixer_api: moved mixer_init() to mixer_api.c | Max Kellermann | 2009-03-14 | 1 | -4/+7 |
* | mixer_api: moved functions to mixer_control.c | Max Kellermann | 2009-03-14 | 1 | -55/+0 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -3/+4 |
* | mixer: check for init() failures | Max Kellermann | 2009-03-07 | 1 | -1/+1 |
* | mixer: adding code to optionally disable all hw mixers | Viliam Mateicka | 2009-03-02 | 1 | -3/+28 |
* | mixer_api: replaced method "control()" with "{get,set}_volume()" | Max Kellermann | 2009-02-16 | 1 | -6/+0 |
* | mixer_api: removed struct mixer_data | Max Kellermann | 2009-01-25 | 1 | -16/+11 |
* | mixer: merged methods "init" and "configure" | Max Kellermann | 2009-01-25 | 1 | -11/+5 |
* | mixer: removed mixer_configure(), configure mixer in mixer_new() | Max Kellermann | 2009-01-25 | 1 | -7/+3 |
* | mixer: return a mixer struct pointer | Max Kellermann | 2009-01-25 | 1 | -0/+16 |
* | mixer: make all mixer_plugin pointers const | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | mixer: added missing copyright headers | Max Kellermann | 2009-01-25 | 1 | -0/+17 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -1/+1 |
* | Introducing mixer api | Viliam Mateicka | 2009-01-10 | 1 | -0/+45 |