Skip to content

Commit

Permalink
MFD: TWL4030: Add audio_mclk to the codec platform data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Nov 10, 2009
1 parent 7a1fecf commit cfd5324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/i2c/twl4030.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit cfd5324

Please sign in to comment.