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>
This commit is contained in:
Peter Ujfalusi 2009-11-04 09:58:18 +02:00 committed by Tony Lindgren
parent 26276069d2
commit 6df74efbb8
6 changed files with 6 additions and 0 deletions

View file

@ -415,6 +415,7 @@ static struct twl4030_codec_audio_data sdp3430_audio = {
};
static struct twl4030_codec_data sdp3430_codec = {
.audio_mclk = 26000000,
.audio = &sdp3430_audio,
};

View file

@ -259,6 +259,7 @@ static struct twl4030_codec_audio_data beagle_audio_data = {
};
static struct twl4030_codec_data beagle_codec_data = {
.audio_mclk = 26000000,
.audio = &beagle_audio_data,
};

View file

@ -199,6 +199,7 @@ static struct twl4030_codec_audio_data omap3evm_audio_data = {
};
static struct twl4030_codec_data omap3evm_codec_data = {
.audio_mclk = 26000000,
.audio = &omap3evm_audio_data,
};

View file

@ -286,6 +286,7 @@ static struct twl4030_codec_audio_data omap3pandora_audio_data = {
};
static struct twl4030_codec_data omap3pandora_codec_data = {
.audio_mclk = 26000000,
.audio = &omap3pandora_audio_data,
};

View file

@ -334,6 +334,7 @@ static struct twl4030_codec_audio_data overo_audio_data = {
};
static struct twl4030_codec_data overo_codec_data = {
.audio_mclk = 26000000,
.audio = &overo_audio_data,
};

View file

@ -235,6 +235,7 @@ static struct twl4030_codec_audio_data zoom2_audio_data = {
};
static struct twl4030_codec_data zoom2_codec_data = {
.audio_mclk = 26000000,
.audio = &zoom2_audio_data,
};