Skip to content

Commit 99d426c

Browse files
charleskeepaxbroonie
authored andcommitted
ASoC: cs42l43: Update values for bias sense
Due to an error in the datasheet the bias sense values currently don't match the hardware. Whilst this is a change to the binding no devices have yet shipped so updating the binding will not cause any issues. Signed-off-by: Charles Keepax <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 53ba32a commit 99d426c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/cs42l43-jack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static const unsigned int cs42l43_accdet_db_ms[] = {
3434
static const unsigned int cs42l43_accdet_ramp_ms[] = { 10, 40, 90, 170 };
3535

3636
static const unsigned int cs42l43_accdet_bias_sense[] = {
37-
14, 23, 41, 50, 60, 68, 86, 95, 0,
37+
14, 24, 43, 52, 61, 71, 90, 99, 0,
3838
};
3939

4040
static int cs42l43_find_index(struct cs42l43_codec *priv, const char * const prop,

0 commit comments

Comments
 (0)