]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: cs42l56: Correct typo in minimum level for SX volume controls
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 2 Jun 2022 16:21:18 +0000 (17:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jun 2022 12:21:56 +0000 (14:21 +0200)
commit68cd89b5de6ca8f70d652acad106b7e7dd978db8
tree0b32c4570d4de1613c2d9cd4cd28063572f8c8da
parent1a56d542bb0a64a97b6e58369f80858d2d60c44d
ASoC: cs42l56: Correct typo in minimum level for SX volume controls

[ Upstream commit f3d7d86ff638d34a775cfc32d220bef81f97e57b ]

A couple of the SX volume controls specify 0x84 as the lowest volume
value, however the correct value from the datasheet is 0x44. The
datasheet don't include spaces in the value it displays as binary so
this was almost certainly just a typo reading 1000100.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220602162119.3393857-6-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/codecs/cs42l56.c