ASoC: tas2764: Correct playback volume range
authorHector Martin <marcan@marcan.st>
Thu, 30 Jun 2022 07:51:34 +0000 (09:51 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 7 Jul 2022 16:16:34 +0000 (17:16 +0100)
commit3e99e5697e1f7120b5abc755e8a560b22612d6ed
tree0310525b86b731097f8ea5442aa5584988993210
parentd1a10f1b48202e2d183cce144c218a211e98d906
ASoC: tas2764: Correct playback volume range

DVC value 0xc8 is -100dB and 0xc9 is mute; this needs to map to
-100.5dB as far as the dB scale is concerned. Fix that and enable
the mute flag, so alsamixer correctly shows the control as
<0 dB .. -100 dB, mute>.

Signed-off-by: Hector Martin <marcan@marcan.st>
Fixes: 827ed8a0fa50 ("ASoC: tas2764: Add the driver for the TAS2764")
Signed-off-by: Martin PoviĊĦer <povik+lin@cutebit.org>
Link: https://lore.kernel.org/r/20220630075135.2221-3-povik+lin@cutebit.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2764.c