diff options
Diffstat (limited to 'sound/soc/codecs/rt5645.h')
-rw-r--r-- | sound/soc/codecs/rt5645.h | 5 |
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 { | |||
2166 | struct snd_soc_codec *codec; | 2166 | struct snd_soc_codec *codec; |
2167 | struct rt5645_platform_data pdata; | 2167 | struct rt5645_platform_data pdata; |
2168 | struct regmap *regmap; | 2168 | struct regmap *regmap; |
2169 | struct i2c_client *i2c; | ||
2170 | struct snd_soc_jack *jack; | ||
2169 | 2171 | ||
2170 | int sysclk; | 2172 | int sysclk; |
2171 | int sysclk_src; | 2173 | int sysclk_src; |
@@ -2178,4 +2180,7 @@ struct rt5645_priv { | |||
2178 | int pll_out; | 2180 | int pll_out; |
2179 | }; | 2181 | }; |
2180 | 2182 | ||
2183 | int rt5645_set_jack_detect(struct snd_soc_codec *codec, | ||
2184 | struct snd_soc_jack *jack); | ||
2185 | |||
2181 | #endif /* __RT5645_H__ */ | 2186 | #endif /* __RT5645_H__ */ |