rt5659: Add RT5659 driver

The driver is received from Realtek.
Following changes have been made,
  1) Disable button detection IRQ. Required for now to
     allow headset/headphone detection to work consistently
  2) Introduced a delay of 20ms in rt5659_headset_detect()
     (suggested by realtek)

Note: Will update the new version of the driver for latest
kernel once received and tested

Bug 200118114

Change-Id: If5b3e1d25a3815f2cb67edacecddab4f939c262b
Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Reviewed-on: http://git-master/r/773939
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
This commit is contained in:
Sameer Pujar
2015-06-23 19:12:13 +05:30
parent 756058e785
commit 0d6323eec4

View File

@@ -242,6 +242,7 @@ config SND_SOC_TEGRA_T210REF_MOBILE_ALT
select SND_SOC_TEGRA210_ADSP_ALT select SND_SOC_TEGRA210_ADSP_ALT
select SND_SOC_SPDIF select SND_SOC_SPDIF
select SND_SOC_RT5639 select SND_SOC_RT5639
select SND_SOC_RT5659
help help
Say Y or M here. Say Y or M here.