]> 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)
committerMark Brown <broonie@kernel.org>
Mon, 6 Jun 2022 12:08:59 +0000 (13:08 +0100)
commit3304b2fb619f4c361a83ba0d89d5d17a6b48ba2b
tree37d21005805c4d47a78b08cc6a923aec856ecf8b
parentb97c8a88beea00cdb8ac5e9acc2c566e47542283
ASoC: cs42l56: Correct typo in minimum level for SX volume controls

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>
sound/soc/codecs/cs42l56.c