| Commit message (Expand) | Author | Age | Files | Lines |
* | alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 2009-04-28 | 1 | -2/+2 |
* | alsa_mixer: add mixer_index option | Daniel Kahn Gillmor | 2009-04-28 | 1 | -2/+7 |
* | alsa_mixer: call snd_config_update_free_global() in finish() | Max Kellermann | 2009-04-21 | 1 | -1/+3 |
* | mixer: assert that the new volume value is valid | Max Kellermann | 2009-03-27 | 1 | -4/+0 |
* | alsa_mixer: initialize "volume_set" in the open() method | Max Kellermann | 2009-03-26 | 1 | -2/+2 |
* | alsa_mixer: removed superfluous checks | Max Kellermann | 2009-03-26 | 1 | -10/+6 |
* | alsa_mixer: pass default device to config_get_block_string() | Max Kellermann | 2009-03-26 | 1 | -14/+7 |
* | alsa_mixer: make "device" and "control" const | Max Kellermann | 2009-03-26 | 1 | -6/+5 |
* | mixer_control: close mixer on failure | Max Kellermann | 2009-03-26 | 1 | -3/+0 |
* | mixer: added flag "open" | Max Kellermann | 2009-03-26 | 1 | -0/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -3/+4 |
* | mixer_api: replaced method "control()" with "{get,set}_volume()" | Max Kellermann | 2009-02-16 | 1 | -71/+73 |
* | mixer_api: removed struct mixer_data | Max Kellermann | 2009-01-25 | 1 | -7/+12 |
* | mixer: merged methods "init" and "configure" | Max Kellermann | 2009-01-25 | 1 | -23/+6 |
* | mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE | Max Kellermann | 2009-01-25 | 1 | -5/+0 |
* | 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: allow param==NULL | Max Kellermann | 2009-01-25 | 1 | -3/+0 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -2/+2 |
* | conf: added config_get_block_string() | Max Kellermann | 2009-01-18 | 1 | -5/+8 |
* | mixer: don't check for NULL before g_free() | Max Kellermann | 2009-01-18 | 1 | -8/+5 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -3/+3 |
* | mixer: check param==NULL in the alsa and oss mixer code | Max Kellermann | 2009-01-16 | 1 | -0/+3 |
* | removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix... | Viliam Mateicka | 2009-01-11 | 1 | -4/+14 |
* | Introducing mixer api | Viliam Mateicka | 2009-01-10 | 1 | -23/+37 |
* | renaming mixer.h to mixer_api.h | Viliam Mateicka | 2009-01-04 | 1 | -1/+1 |
* | mixer: renamed mix_* options to mixer_* | Max Kellermann | 2009-01-01 | 1 | -2/+2 |
* | Moving mixers to audio outputs | Viliam Mateicka | 2008-12-31 | 1 | -0/+206 |