diff options
author | Peter Ujfalusi <peter.ujfalusi@nokia.com> | 2009-11-04 09:58:17 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-22 10:09:12 -0800 |
commit | 26276069d2f51955cf549faab5d3a71a4b37ba23 (patch) | |
tree | fda6e6a35e58cc8f9ee078e24f9e8bc67abfefd1 | |
parent | e86fa0b4a3fe0563e492db4c5a52fd37219a4c70 (diff) |
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>
-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; }; |