aboutsummaryrefslogtreecommitdiff
path: root/src/mixer_all.c
Commit message (Collapse)AuthorAge
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-26
| | | | | | 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 messageMax Kellermann2009-03-14
| | | | Don't dump the volume of all mixers.
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-14
| | | | | | 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.cMax Kellermann2009-03-14
|
* volume: moved code to mixer_all.cMax Kellermann2009-03-14