]> git.alsa-project.org Git - alsa-utils.git/commit
alsactl - restore dB level
authorTakashi Iwai <tiwai@suse.de>
Wed, 24 Oct 2007 11:53:14 +0000 (13:53 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 24 Oct 2007 11:53:14 +0000 (13:53 +0200)
commitc88c15a478badb2af8e08c8b30dad2fc0af0d142
tree171c7ff2ceef792dd6c1377ba32f4c5eaab1153a
parent030686a8471fcd78f588d7bc4fc8cd98201340eb
alsactl - restore dB level

When alsactl saved state has dB level information and an attribute
of a control element is changed after save (e.g. volume range is
changed), try to restore the values to keep the same dB level.

This change requires the new alsa-lib functions for TLV dB
conversion, so we check it in configure (until AM_PATH_ALSA(1.0.16)
works).
alsactl/state.c
configure.in