aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/i2c/twl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h
index ba4f88624fcd..e0aba2b92fa1 100644
--- a/include/linux/i2c/twl.h
+++ b/include/linux/i2c/twl.h
@@ -657,7 +657,7 @@ struct twl4030_power_data {
657extern void twl4030_power_init(struct twl4030_power_data *triton2_scripts); 657extern void twl4030_power_init(struct twl4030_power_data *triton2_scripts);
658extern int twl4030_remove_script(u8 flags); 658extern int twl4030_remove_script(u8 flags);
659 659
660struct twl4030_codec_audio_data { 660struct twl4030_codec_data {
661 unsigned int digimic_delay; /* in ms */ 661 unsigned int digimic_delay; /* in ms */
662 unsigned int ramp_delay_value; 662 unsigned int ramp_delay_value;
663 unsigned int offset_cncl_path; 663 unsigned int offset_cncl_path;
@@ -667,14 +667,14 @@ struct twl4030_codec_audio_data {
667 void (*set_hs_extmute)(int mute); 667 void (*set_hs_extmute)(int mute);
668}; 668};
669 669
670struct twl4030_codec_vibra_data { 670struct twl4030_vibra_data {
671 unsigned int coexist; 671 unsigned int coexist;
672}; 672};
673 673
674struct twl4030_codec_data { 674struct twl4030_audio_data {
675 unsigned int audio_mclk; 675 unsigned int audio_mclk;
676 struct twl4030_codec_audio_data *audio; 676 struct twl4030_codec_data *codec;
677 struct twl4030_codec_vibra_data *vibra; 677 struct twl4030_vibra_data *vibra;
678 678
679 /* twl6040 */ 679 /* twl6040 */
680 int audpwron_gpio; /* audio power-on gpio */ 680 int audpwron_gpio; /* audio power-on gpio */
@@ -690,7 +690,7 @@ struct twl4030_platform_data {
690 struct twl4030_keypad_data *keypad; 690 struct twl4030_keypad_data *keypad;
691 struct twl4030_usb_data *usb; 691 struct twl4030_usb_data *usb;
692 struct twl4030_power_data *power; 692 struct twl4030_power_data *power;
693 struct twl4030_codec_data *codec; 693 struct twl4030_audio_data *audio;
694 694
695 /* Common LDO regulators for TWL4030/TWL6030 */ 695 /* Common LDO regulators for TWL4030/TWL6030 */
696 struct regulator_init_data *vdac; 696 struct regulator_init_data *vdac;