summaryrefslogtreecommitdiffstats
path: root/include/sound/rt5670.h
diff options
context:
space:
mode:
authorBard Liao2015-03-11 04:42:44 +0100
committerMark Brown2015-03-11 13:08:20 +0100
commitd3ef70543429b754dacc87fc68c30c2c34502337 (patch)
tree1edcd9f8f20cda2e41253735f28ffc4dc010bec8 /include/sound/rt5670.h
parentMerge tag 'v4.0-rc3' into asoc-rt5670 (diff)
downloadkernel-qcow2-linux-d3ef70543429b754dacc87fc68c30c2c34502337.tar.gz
kernel-qcow2-linux-d3ef70543429b754dacc87fc68c30c2c34502337.tar.xz
kernel-qcow2-linux-d3ef70543429b754dacc87fc68c30c2c34502337.zip
ASoC: rt5670: Add IRQ function
This patch adds the IRQ function support of rt5670. We use a flag named dev_gpio in platform data to inform codec driver if the IRQ function is used or not. Also, we export rt5670_set_jack_detect for machine driver to pass the jack point. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/rt5670.h')
-rw-r--r--include/sound/rt5670.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/rt5670.h b/include/sound/rt5670.h
index bd311197a3b5..b7d60510819b 100644
--- a/include/sound/rt5670.h
+++ b/include/sound/rt5670.h
@@ -14,6 +14,7 @@
struct rt5670_platform_data {
int jd_mode;
bool in2_diff;
+ bool dev_gpio;
bool dmic_en;
unsigned int dmic1_data_pin;