ASoC: rt5651: Allow specifying the OVCD scale-factor through a device-property
authorHans de Goede <hdegoede@redhat.com>
Sun, 4 Mar 2018 14:35:53 +0000 (15:35 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 7 Mar 2018 12:49:21 +0000 (12:49 +0000)
commite6eb0207597afa1cdd4914a17a727b101cc859ff
tree183dae6ce9083cbdc88b5015f5f0a78d7e4bf2ea
parent583a9debd71e21a317b1fc7b293c22c49b33d9e4
ASoC: rt5651: Allow specifying the OVCD scale-factor through a device-property

OVer-Current-Detection (OVCD) for the micbias current is used to detect if
an inserted jack is a headset or headphones (mic shorted to ground).

The threshold for at which current the OVCD triggers on the rt5651 is not
only controlled by setting the absolute current limit, but also by setting
a scale factor which applies to the limit. Testing has shown that we need
to set both (depending on the board).

This commit adds support for the sofar unused OVCD scale-factor register
and adds support for specifying non-default values for it through the
"realtek,over-current-scale-factor" device-property.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/rt5651.h
sound/soc/codecs/rt5651.c
sound/soc/codecs/rt5651.h