]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc8ec1b0b2dd9c174c8bd2c231828d56e63afedde
tree183dae6ce9083cbdc88b5015f5f0a78d7e4bf2ea
parent04537ac89225ef1262d59de84bd930db83b73672
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