| Submitter | Peter Ujfalusi |
|---|---|
| Date | 2009-11-02 12:34:51 |
| Message ID | <1257165295-9352-2-git-send-email-peter.ujfalusi@nokia.com> |
| Download | mbox | patch |
| Permalink | /patch/57012/ |
| State | Awaiting Upstream, archived |
| Headers | show |
Comments
Patch
diff --git a/include/linux/i2c/twl4030.h b/include/linux/i2c/twl4030.h index 42d6c72..c188961 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; };
Add audio_mclk to the twl4030-codec MFD Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com> --- include/linux/i2c/twl4030.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)