| Commit message (Expand) | Author | Files | Lines |
2009-03-27 | mixer: assert that the new volume value is valid | Max Kellermann | 1 | -3/+1 |
2009-03-26 | oss_mixer: call oss_find_mixer() in init() method | Max Kellermann | 1 | -25/+26 |
2009-03-26 | oss_mixer: removed superfluous checks | Max Kellermann | 1 | -8/+8 |
2009-03-26 | oss_mixer: use g_ascii_strncasecmp() instead of strncasecmp() | Max Kellermann | 1 | -1/+1 |
2009-03-26 | oss_mixer: pass default path to config_get_block_string() | Max Kellermann | 1 | -8/+5 |
2009-03-26 | oss_mixer: make "device" and "control" const | Max Kellermann | 1 | -6/+5 |
2009-03-26 | mixer_control: close mixer on failure | Max Kellermann | 1 | -2/+0 |
2009-03-26 | mixer: added flag "open" | Max Kellermann | 1 | -0/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-02-16 | mixer_api: replaced method "control()" with "{get,set}_volume()" | Max Kellermann | 1 | -53/+43 |
2009-01-25 | mixer_api: removed struct mixer_data | Max Kellermann | 1 | -7/+12 |
2009-01-25 | mixer: merged methods "init" and "configure" | Max Kellermann | 1 | -23/+6 |
2009-01-25 | mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE | Max Kellermann | 1 | -6/+0 |
2009-01-25 | mixer: make all mixer_plugin pointers const | Max Kellermann | 1 | -1/+1 |
2009-01-25 | mixer: added missing copyright headers | Max Kellermann | 1 | -0/+17 |
2009-01-25 | conf: allow param==NULL | Max Kellermann | 1 | -3/+0 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -2/+2 |
2009-01-18 | conf: added config_get_block_string() | Max Kellermann | 1 | -7/+7 |
2009-01-18 | mixer: don't check for NULL before g_free() | Max Kellermann | 1 | -8/+6 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -3/+3 |
2009-01-16 | mixer: check param==NULL in the alsa and oss mixer code | Max Kellermann | 1 | -0/+4 |
2009-01-11 | removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix... | Viliam Mateicka | 1 | -4/+12 |
2009-01-10 | Introducing mixer api | Viliam Mateicka | 1 | -29/+36 |
2009-01-04 | renaming mixer.h to mixer_api.h | Viliam Mateicka | 1 | -3/+3 |
2009-01-01 | mixer: renamed mix_* options to mixer_* | Max Kellermann | 1 | -2/+2 |
2008-12-31 | Moving mixers to audio outputs | Viliam Mateicka | 1 | -0/+197 |