Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output_plugin: replaced output_plugin.get_mixer() with mixer_plugin | Max Kellermann | 2009-03-26 | 1 | -2/+2 |
| | | | | | | The mixer core library is now responsible for creating and managing the mixer object. This removes duplicated code from the output plugins. | ||||
* | mixer_all: removed debug message | Max Kellermann | 2009-03-14 | 1 | -1/+0 |
| | | | | Don't dump the volume of all mixers. | ||||
* | mixer_api: moved functions to mixer_control.c | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
| | | | | | | mixer_control.h should provide the functions needed to manipulate a mixer, without exposing the internal mixer API (which is provided by mixer_api.h). | ||||
* | mixer_control: moved functions to mixer_all.c | Max Kellermann | 2009-03-14 | 1 | -4/+61 |
| | |||||
* | volume: moved code to mixer_all.c | Max Kellermann | 2009-03-14 | 1 | -0/+59 |