Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / sound / soc / codecs / rt5645.h
index 355b7e9eefab0071b885f410ddd1a822ca6519f4..50c62c5668ea61220fda047ea35b97542630ed0c 100644 (file)
@@ -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__ */
This page took 0.036827 seconds and 5 git commands to generate.