Merge branch 'tpmdd-fixes-v3.6' of git://github.com/shpedoikal/linux into for-linus
[firefly-linux-kernel-4.4.55.git] / include / linux / i2c / twl.h
index a12a38107c1aa3157d8ddb622c3f613aed28f850..9a5e28462324ba422ca9d3891a2109f1db47ae04 100644 (file)
@@ -188,6 +188,7 @@ int twl_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes);
 
 int twl_get_type(void);
 int twl_get_version(void);
+int twl_get_hfclk_rate(void);
 
 int twl6030_interrupt_unmask(u8 bit_mask, u8 offset);
 int twl6030_interrupt_mask(u8 bit_mask, u8 offset);
@@ -663,7 +664,7 @@ struct twl4030_codec_data {
        unsigned int check_defaults:1;
        unsigned int reset_registers:1;
        unsigned int hs_extmute:1;
-       void (*set_hs_extmute)(int mute);
+       int hs_extmute_gpio;
 };
 
 struct twl4030_vibra_data {