Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: dt-bindings: da7219: Add jack-ins-det-pty property

Add `dlg,jack-ins-det-pty` property for Jack insertion detection
polarity selection.

Signed-off-by: David Rau <David.Rau.opensource@dm.renesas.com>
Link: https://lore.kernel.org/r/20230523161821.4260-3-David.Rau.opensource@dm.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

David Rau and committed by
Mark Brown
c28dc3bd 345585b7

+7
+7
Documentation/devicetree/bindings/sound/dialog,da7219.yaml
··· 122 122 Debounce time for jack insertion (ms). 123 123 $ref: /schemas/types.yaml#/definitions/uint32 124 124 125 + dlg,jack-ins-det-pty: 126 + enum: ["low", "high"] 127 + description: 128 + Polarity for jack insertion detection. 129 + $ref: /schemas/types.yaml#/definitions/string 130 + 125 131 dlg,jack-det-rate: 126 132 enum: ["32_64", "64_128", "128_256", "256_512"] 127 133 description: ··· 221 215 dlg,btn-cfg = <50>; 222 216 dlg,mic-det-thr = <500>; 223 217 dlg,jack-ins-deb = <20>; 218 + dlg,jack-ins-det-pty = "low"; 224 219 dlg,jack-det-rate = "32_64"; 225 220 dlg,jack-rem-deb = <1>; 226 221