Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mixer_all: added mixer_all_set_software_volume() | Max Kellermann | 2009-07-06 | 1 | -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 Kellermann | 2009-07-06 | 1 | -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" parameter | Max Kellermann | 2009-07-06 | 1 | -3/+2 |
| | | | | | Since the "volume" command has been removed, nobody uses relative volumes anymore. | ||||
* | volume: moved code to mixer_all.c | Max Kellermann | 2009-03-14 | 1 | -0/+47 |