Merge branch 'twl4030-mfd' into for-2.6.33

This commit is contained in:
Mark Brown
2009-11-10 12:08:12 +00:00
9 changed files with 43 additions and 0 deletions
+1
View File
@@ -414,6 +414,7 @@ struct twl4030_codec_vibra_data {
};
struct twl4030_codec_data {
unsigned int audio_mclk;
struct twl4030_codec_audio_data *audio;
struct twl4030_codec_vibra_data *vibra;
};
+1
View File
@@ -267,5 +267,6 @@ enum twl4030_codec_res {
int twl4030_codec_disable_resource(enum twl4030_codec_res id);
int twl4030_codec_enable_resource(enum twl4030_codec_res id);
unsigned int twl4030_codec_get_mclk(void);
#endif /* End of __TWL4030_CODEC_H__ */