diff options
author | Hans de Goede <hdegoede@redhat.com> | 2020-06-28 17:52:29 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-06-29 20:37:21 +0100 |
commit | 3f31f7d9b5404a10648abe536c8b408bfb4502e1 (patch) | |
tree | 4e9e5ac9f22b2576e98b7b29b7ac06267454ec97 /sound/spi | |
parent | 85ca6b17e2bb96b19caac3b02c003d670b66de96 (diff) | |
download | linux-3f31f7d9b5404a10648abe536c8b408bfb4502e1.tar.gz linux-3f31f7d9b5404a10648abe536c8b408bfb4502e1.tar.bz2 linux-3f31f7d9b5404a10648abe536c8b408bfb4502e1.zip |
ASoC: rt5670: Fix dac- and adc- vol-tlv values being off by a factor of 10
The adc_vol_tlv volume-control has a range from -17.625 dB to +30 dB,
not -176.25 dB to + 300 dB. This wrong scale is esp. a problem in userspace
apps which translate the dB scale to a linear scale. With the logarithmic
dB scale being of by a factor of 10 we loose all precision in the lower
area of the range when apps translate things to a linear scale.
E.g. the 0 dB default, which corresponds with a value of 47 of the
0 - 127 range for the control, would be shown as 0/100 in alsa-mixer.
Since the centi-dB values used in the TLV struct cannot represent the
0.375 dB step size used by these controls, change the TLV definition
for them to specify a min and max value instead of min + stepsize.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20200628155231.71089-5-hdegoede@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/spi')
0 files changed, 0 insertions, 0 deletions