aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/oss_mixer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss ↵Viliam Mateicka2009-01-111-4/+12
| | | | mixer (passing parameters)
* Introducing mixer apiViliam Mateicka2009-01-101-29/+36
| | | | | This patch tryes to introduce pluggable mixer (struct mixer_plugin) along with some basic infrastructure (mixer_* functions). Instance of mixer (struct mixer) is used in alsa and oss output plugin
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-041-3/+3
|
* mixer: renamed mix_* options to mixer_*Max Kellermann2009-01-011-2/+2
| | | | There is no reason to use the shortcut "mix" instead of "mixer".
* Moving mixers to audio outputsViliam Mateicka2008-12-311-0/+197