aboutsummaryrefslogtreecommitdiff
path: root/src/mixer_list.h
Commit message (Collapse)AuthorAge
* mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann2009-10-20
|
* pulse: renamed source filesMax Kellermann2009-10-20
|
* mixer/software: new mixer which controls filter/volumeMax Kellermann2009-07-06
| | | | | | | This mixer plugin may be used instead of the traditional global software mixer. It integrates with the "volume" filter plugin, and can control the software volume of an audio output which has no hardware mixer.
* mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann2009-03-14
This patch allows the output plugins to import only mixer_list.h, instead of the full mixer_api.h (which would expose internal structures).