Patchworkβ [1/4,v2] MFD: TWL4030: Add audio_mclk to the codec platform data

login
register
about
Submitter Peter Ujfalusi
Date 2009-11-04 07:58:17
Message ID <1257321500-27049-2-git-send-email-peter.ujfalusi@nokia.com>
Download mbox | patch
Permalink /patch/57483/
State Awaiting Upstream, archived
Delegated to: Tony Lindgren
Headers show

Comments

Peter Ujfalusi - 2009-11-04 07:58:17
Add audio_mclk to the platform data struct for the
twl4030-codec MFD driver.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
---
 include/linux/i2c/twl4030.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

--
1.6.5.2

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Mark Brown - 2009-11-10 12:08:31
On Wed, Nov 04, 2009 at 09:58:17AM +0200, Peter Ujfalusi wrote:
> 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>

Applied all, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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;
 };