aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/cs42l43-jack.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-10-10 17:07:17 +0100
committerMark Brown <broonie@kernel.org>2023-10-10 17:07:17 +0100
commit3c716e7f8acd039864b17f63d8506862b8c63f82 (patch)
tree3671be90ff9cd8f5cd6c547e7af5d35b0d6745a1 /sound/soc/codecs/cs42l43-jack.c
parentASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter or member not described (diff)
parentASoC: cs42l43: Update values for bias sense (diff)
downloadwireguard-linux-3c716e7f8acd039864b17f63d8506862b8c63f82.tar.xz
wireguard-linux-3c716e7f8acd039864b17f63d8506862b8c63f82.zip
ASoC: Merge fixes for consistent cs42l43 schema
We have adjacent changes for the cs42l43 DT schema, merge the fixes branch up so that there's a single thing for people to base future changes on.
Diffstat (limited to 'sound/soc/codecs/cs42l43-jack.c')
-rw-r--r--sound/soc/codecs/cs42l43-jack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l43-jack.c b/sound/soc/codecs/cs42l43-jack.c
index 861f9ee671cd..73454de068cf 100644
--- a/sound/soc/codecs/cs42l43-jack.c
+++ b/sound/soc/codecs/cs42l43-jack.c
@@ -34,7 +34,7 @@ static const unsigned int cs42l43_accdet_db_ms[] = {
static const unsigned int cs42l43_accdet_ramp_ms[] = { 10, 40, 90, 170 };
static const unsigned int cs42l43_accdet_bias_sense[] = {
- 14, 23, 41, 50, 60, 68, 86, 95, 0,
+ 14, 24, 43, 52, 61, 71, 90, 99, 0,
};
static int cs42l43_find_index(struct cs42l43_codec *priv, const char * const prop,