]> git.alsa-project.org Git - alsa-utils.git/commit
alsamixer: increase step size for big control value ranges
authorClemens Ladisch <clemens@ladisch.de>
Mon, 6 Dec 2010 13:05:10 +0000 (14:05 +0100)
committerClemens Ladisch <clemens@ladisch.de>
Mon, 6 Dec 2010 13:05:10 +0000 (14:05 +0100)
commit70a01748d594ef57a1962e4cb012927faf6d852f
tree79be0849a2507ee5802563c7815d4c0f24564036
parente57f619c82e2fec20c20c30f56d3fa4db22a8353
alsamixer: increase step size for big control value ranges

For controls with a big range, stepping through all values can become
tedious and make it impossible to adjust the volume easily.  Therefore,
ensure that all steps are big enough so that the full range has at most
one hundred steps.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
alsamixer/mixer_widget.c