aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_all.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* mixer_all: added mixer_all_set_software_volume()Max Kellermann2009-07-061-0/+16
| | | | | The special-purpose function is used for saving/restore the software volume control to the state file.
* volume: moved range check to handle_setvol()Max Kellermann2009-07-061-1/+1
| | | | | | Converted the range checks in volume_level_change() to assertions. Changed all volume types to "unsigned", expect for those which must be able to indicate error (-1).
* volume, mixer: removed the "relative" parameterMax Kellermann2009-07-061-3/+2
| | | | | Since the "volume" command has been removed, nobody uses relative volumes anymore.
* volume: moved code to mixer_all.cMax Kellermann2009-03-141-0/+47