diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-10 07:08:12 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-10 07:08:12 -0500 |
commit | 0969afcc449d5d655784c04e938cf4cfc6e89c0e (patch) | |
tree | a763ddfc2969cb820da13dcec6065801bfe79f65 /include/linux | |
parent | 5f63ef9909c187581c7f2c28fbc93866a0d59f7f (diff) | |
parent | f9b4639e045c750e2bad37462476403995508350 (diff) |
Merge branch 'twl4030-mfd' into for-2.6.33
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/i2c/twl4030.h | 1 | ||||
-rw-r--r-- | include/linux/mfd/twl4030-codec.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/i2c/twl4030.h b/include/linux/i2c/twl4030.h index ba61add3e05a..5306a759cbde 100644 --- a/include/linux/i2c/twl4030.h +++ b/include/linux/i2c/twl4030.h | |||
@@ -414,6 +414,7 @@ struct twl4030_codec_vibra_data { | |||
414 | }; | 414 | }; |
415 | 415 | ||
416 | struct twl4030_codec_data { | 416 | struct twl4030_codec_data { |
417 | unsigned int audio_mclk; | ||
417 | struct twl4030_codec_audio_data *audio; | 418 | struct twl4030_codec_audio_data *audio; |
418 | struct twl4030_codec_vibra_data *vibra; | 419 | struct twl4030_codec_vibra_data *vibra; |
419 | }; | 420 | }; |
diff --git a/include/linux/mfd/twl4030-codec.h b/include/linux/mfd/twl4030-codec.h index ef0a3041d759..2ec317c68e59 100644 --- a/include/linux/mfd/twl4030-codec.h +++ b/include/linux/mfd/twl4030-codec.h | |||
@@ -267,5 +267,6 @@ enum twl4030_codec_res { | |||
267 | 267 | ||
268 | int twl4030_codec_disable_resource(enum twl4030_codec_res id); | 268 | int twl4030_codec_disable_resource(enum twl4030_codec_res id); |
269 | int twl4030_codec_enable_resource(enum twl4030_codec_res id); | 269 | int twl4030_codec_enable_resource(enum twl4030_codec_res id); |
270 | unsigned int twl4030_codec_get_mclk(void); | ||
270 | 271 | ||
271 | #endif /* End of __TWL4030_CODEC_H__ */ | 272 | #endif /* End of __TWL4030_CODEC_H__ */ |