Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -3/+4 |
| | | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy. | ||||
* | mixer_control: don't touch mixers of disabled outputs | Max Kellermann | 2009-03-12 | 1 | -0/+6 |
| | | | | When an audio output device is disabled, also disable its mixer. | ||||
* | audio: converted device number check to assertion | Max Kellermann | 2009-03-12 | 1 | -4/+4 |
| | | | | | No caller must ever pass an invalid device number to mixer_control_setvol() or mixer_control_getvol(). | ||||
* | audio: moved mixer functions to mixer_control.c | Max Kellermann | 2009-03-12 | 1 | -0/+77 |