diff options
author | Peter Ujfalusi <peter.ujfalusi@nokia.com> | 2009-11-04 02:58:18 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-22 13:09:19 -0500 |
commit | 6df74efbb8c38c4a057223be564323ff26d44fd3 (patch) | |
tree | 6c6600e18121776e9b34dce5b67b600e29e50be6 /arch/arm/mach-omap2/board-3430sdp.c | |
parent | 26276069d2f51955cf549faab5d3a71a4b37ba23 (diff) |
OMAP: Configure audio_mclk for twl4030-codec MFD
audio_mclk value is going to be handled by the
twl4030-codec MFD driver, configure the correct
value for boards, which is using the twl4030 audio.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-3430sdp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index 7c1bbe255b8f..4f052982b7cc 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c | |||
@@ -415,6 +415,7 @@ static struct twl4030_codec_audio_data sdp3430_audio = { | |||
415 | }; | 415 | }; |
416 | 416 | ||
417 | static struct twl4030_codec_data sdp3430_codec = { | 417 | static struct twl4030_codec_data sdp3430_codec = { |
418 | .audio_mclk = 26000000, | ||
418 | .audio = &sdp3430_audio, | 419 | .audio = &sdp3430_audio, |
419 | }; | 420 | }; |
420 | 421 | ||