diff options
author | Hans de Goede <hdegoede@redhat.com> | 2019-03-05 12:38:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-03-18 12:08:02 +0000 |
commit | 8a68a509ae6b5d7d18c6bfc88553ca7761029ada (patch) | |
tree | 6bae1d8c7856f749fb18ab34c495652ad2c24990 /sound/soc/codecs/rt5651.h | |
parent | f68c2a682d444296403d1aa6e73b3de0681fdcea (diff) | |
download | linux-8a68a509ae6b5d7d18c6bfc88553ca7761029ada.tar.bz2 |
ASoC: rt5651: Add support for active-high jack detect
Some boards use a jack-receptacle with a switch which reports the
jack-inserted status as active-high, rather then the standard active-low
reporting most jacks use.
This commit adds support for it. This is activated by a boolean
"realtek,jack-detect-not-inverted" device-property. The not-inverted
in the device-property name, rather then active-high, was chosen to keep
the device-property naming consistent with the rt5640 codec driver.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5651.h')
-rw-r--r-- | sound/soc/codecs/rt5651.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5651.h b/sound/soc/codecs/rt5651.h index 41fcb8b5eb40..05b0f6f8b95d 100644 --- a/sound/soc/codecs/rt5651.h +++ b/sound/soc/codecs/rt5651.h @@ -2083,6 +2083,7 @@ struct rt5651_priv { int release_count; int poll_count; unsigned int jd_src; + bool jd_active_high; unsigned int ovcd_th; unsigned int ovcd_sf; |