aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_all.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-261-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 messageMax Kellermann2009-03-141-1/+0
| | | | Don't dump the volume of all mixers.
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-141-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.cMax Kellermann2009-03-141-4/+61
|
* volume: moved code to mixer_all.cMax Kellermann2009-03-141-0/+59