aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-11-10 12:08:12 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-11-10 12:08:12 +0000
commit0969afcc449d5d655784c04e938cf4cfc6e89c0e (patch)
treea763ddfc2969cb820da13dcec6065801bfe79f65 /include/linux/i2c
parentASoC: omap-mcbsp - add support for upto 16 channels. (diff)
parentMFD: twl4030-codec: APLL_INFREQ handling in the MFD driver (diff)
downloadlinux-dev-0969afcc449d5d655784c04e938cf4cfc6e89c0e.tar.xz
linux-dev-0969afcc449d5d655784c04e938cf4cfc6e89c0e.zip
Merge branch 'twl4030-mfd' into for-2.6.33
Diffstat (limited to 'include/linux/i2c')
-rw-r--r--include/linux/i2c/twl4030.h1
1 files changed, 1 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 {
};
struct twl4030_codec_data {
+ unsigned int audio_mclk;
struct twl4030_codec_audio_data *audio;
struct twl4030_codec_vibra_data *vibra;
};