diff options
author | Peter Ujfalusi <peter.ujfalusi@nokia.com> | 2009-11-04 08:58:17 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-22 19:09:12 +0100 |
commit | 26276069d2f51955cf549faab5d3a71a4b37ba23 (patch) | |
tree | fda6e6a35e58cc8f9ee078e24f9e8bc67abfefd1 /include | |
parent | OMAP: Platform support for twl4030_codec MFD (diff) | |
download | linux-26276069d2f51955cf549faab5d3a71a4b37ba23.tar.xz linux-26276069d2f51955cf549faab5d3a71a4b37ba23.zip |
MFD: TWL4030: Add audio_mclk to the codec platform data
Add audio_mclk to the platform data struct for the
twl4030-codec MFD driver.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/i2c/twl4030.h | 1 |
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; }; |