diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/i2c/twl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h index 685fd767c69b..114c0f6fc63d 100644 --- a/include/linux/i2c/twl.h +++ b/include/linux/i2c/twl.h | |||
| @@ -664,6 +664,10 @@ struct twl4030_codec_data { | |||
| 664 | unsigned int check_defaults:1; | 664 | unsigned int check_defaults:1; |
| 665 | unsigned int reset_registers:1; | 665 | unsigned int reset_registers:1; |
| 666 | unsigned int hs_extmute:1; | 666 | unsigned int hs_extmute:1; |
| 667 | u16 hs_left_step; | ||
| 668 | u16 hs_right_step; | ||
| 669 | u16 hf_left_step; | ||
| 670 | u16 hf_right_step; | ||
| 667 | void (*set_hs_extmute)(int mute); | 671 | void (*set_hs_extmute)(int mute); |
| 668 | }; | 672 | }; |
| 669 | 673 | ||
