summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5645.h
diff options
context:
space:
mode:
authorOder Chiou <oder_chiou@realtek.com>2014-09-19 19:15:45 +0800
committerMark Brown <broonie@kernel.org>2014-10-01 19:28:44 +0100
commitf3fa1bbd836a7d6efb2abd506ed8e24096f39062 (patch)
tree7edd4838322132d185385252d7f46d608d7c6197 /sound/soc/codecs/rt5645.h
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff)
downloadlinux-stable-f3fa1bbd836a7d6efb2abd506ed8e24096f39062.tar.gz
linux-stable-f3fa1bbd836a7d6efb2abd506ed8e24096f39062.tar.bz2
linux-stable-f3fa1bbd836a7d6efb2abd506ed8e24096f39062.zip
ASoC: rt5645: Add headset detect function
Add headset detect function Signed-off-by: Oder Chiou <oder_chiou@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5645.h')
-rw-r--r--sound/soc/codecs/rt5645.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5645.h b/sound/soc/codecs/rt5645.h
index 355b7e9eefab..50c62c5668ea 100644
--- a/sound/soc/codecs/rt5645.h
+++ b/sound/soc/codecs/rt5645.h
@@ -2166,6 +2166,8 @@ struct rt5645_priv {
struct snd_soc_codec *codec;
struct rt5645_platform_data pdata;
struct regmap *regmap;
+ struct i2c_client *i2c;
+ struct snd_soc_jack *jack;
int sysclk;
int sysclk_src;
@@ -2178,4 +2180,7 @@ struct rt5645_priv {
int pll_out;
};
+int rt5645_set_jack_detect(struct snd_soc_codec *codec,
+ struct snd_soc_jack *jack);
+
#endif /* __RT5645_H__ */