mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 22:26:29 +01:00
4f29877d54
When the range of a control has changed between driver versions, it is a good idea to restore the same dB value of the control. However, computing the dB value by interpolating betweem the min/max dB values duplicates alsa-lib's TLV functions and does not even work for controls with a linear dB range. A simple conversion to dB and back can be done if we add the dB value(s) to the saved state. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> |
||
---|---|---|
.. | ||
init | ||
alsactl.1 | ||
alsactl.c | ||
alsactl.h | ||
alsactl_init.xml | ||
init_parse.c | ||
init_sysdeps.c | ||
init_sysfs.c | ||
init_utils_run.c | ||
init_utils_string.c | ||
list.h | ||
Makefile.am | ||
state.c | ||
utils.c |