Commit aa762711 authored by Charles Keepax's avatar Charles Keepax Committed by Mark Brown

ASoC: dt-bindings: ASoC: cirrus,cs42l43: Update a couple of default values

The bias sense is being enabled by default in the driver, and the
default detect time is being dropped slightly. Update the binding
document to match.
Signed-off-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230919103116.580305-2-ckeepax@opensource.cirrus.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 6388a061
...@@ -83,7 +83,7 @@ properties: ...@@ -83,7 +83,7 @@ properties:
Current at which the headset micbias sense clamp will engage, 0 to Current at which the headset micbias sense clamp will engage, 0 to
disable. disable.
enum: [ 0, 14, 23, 41, 50, 60, 68, 86, 95 ] enum: [ 0, 14, 23, 41, 50, 60, 68, 86, 95 ]
default: 0 default: 14
cirrus,bias-ramp-ms: cirrus,bias-ramp-ms:
description: description:
...@@ -97,7 +97,7 @@ properties: ...@@ -97,7 +97,7 @@ properties:
Time in microseconds the type detection will run for. Long values will Time in microseconds the type detection will run for. Long values will
cause more audible effects, but give more accurate detection. cause more audible effects, but give more accurate detection.
enum: [ 20, 100, 1000, 10000, 50000, 75000, 100000, 200000 ] enum: [ 20, 100, 1000, 10000, 50000, 75000, 100000, 200000 ]
default: 10000 default: 1000
cirrus,button-automute: cirrus,button-automute:
type: boolean type: boolean
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment