diff options
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/twl4030-audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl4030-audio.c b/drivers/mfd/twl4030-audio.c index 42e69ae63c44..31605fa02ca1 100644 --- a/drivers/mfd/twl4030-audio.c +++ b/drivers/mfd/twl4030-audio.c | |||
@@ -175,7 +175,7 @@ static int __devinit twl4030_audio_probe(struct platform_device *pdev) | |||
175 | return -ENOMEM; | 175 | return -ENOMEM; |
176 | 176 | ||
177 | mutex_init(&audio->mutex); | 177 | mutex_init(&audio->mutex); |
178 | audio->audio_mclk = pdata->audio_mclk; | 178 | audio->audio_mclk = twl_get_hfclk_rate(); |
179 | 179 | ||
180 | /* Configure APLL_INFREQ and disable APLL if enabled */ | 180 | /* Configure APLL_INFREQ and disable APLL if enabled */ |
181 | switch (audio->audio_mclk) { | 181 | switch (audio->audio_mclk) { |