aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@nokia.com>2009-11-04 02:58:17 -0500
committerTony Lindgren <tony@atomide.com>2009-11-22 13:09:12 -0500
commit26276069d2f51955cf549faab5d3a71a4b37ba23 (patch)
treefda6e6a35e58cc8f9ee078e24f9e8bc67abfefd1 /include/linux
parente86fa0b4a3fe0563e492db4c5a52fd37219a4c70 (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>
Diffstat (limited to 'include/linux')
-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 {
414}; 414};
415 415
416struct twl4030_codec_data { 416struct 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};