diff options
Diffstat (limited to 'include/linux/i2c/twl.h')
-rw-r--r-- | include/linux/i2c/twl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h index aed8fd4..24187ba 100644 --- a/include/linux/i2c/twl.h +++ b/include/linux/i2c/twl.h @@ -780,6 +780,9 @@ struct twl4030_codec_audio_data { u16 hf_right_step; u16 ep_step; void (*set_hs_extmute)(int mute); + + /* twl6040 */ + int vddhf_uV; }; struct twl4030_codec_vibra_data { |