ASoC: cs42l43: Enable bias sense by default
Improve the default pop performance on jack removal by enabling bias sense on the least sensitive level by default. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/20230919103116.580305-4-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
686b8f711b
commit
9c0ccc9f8e
@ -127,7 +127,7 @@ int cs42l43_set_jack(struct snd_soc_component *component,
|
||||
|
||||
hs2 |= ret << CS42L43_HSBIAS_RAMP_SHIFT;
|
||||
|
||||
ret = cs42l43_find_index(priv, "cirrus,bias-sense-microamp", 0,
|
||||
ret = cs42l43_find_index(priv, "cirrus,bias-sense-microamp", 14,
|
||||
&priv->bias_sense_ua, cs42l43_accdet_bias_sense,
|
||||
ARRAY_SIZE(cs42l43_accdet_bias_sense));
|
||||
if (ret < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user