dect
/
linux-2.6
Archived
13
0
Fork 0

mfd: twl4030-audio: Get audio MCLK via twl-core API instead of pdata

twl-core has API to get the boot time configured HFCLK rate which has the
same rate as the audio MCLK.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Peter Ujfalusi 2012-09-10 13:46:23 +03:00 committed by Samuel Ortiz
parent 2275c544cb
commit c531241dcc
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ static int __devinit twl4030_audio_probe(struct platform_device *pdev)
return -ENOMEM;
mutex_init(&audio->mutex);
audio->audio_mclk = pdata->audio_mclk;
audio->audio_mclk = twl_get_hfclk_rate();
/* Configure APLL_INFREQ and disable APLL if enabled */
switch (audio->audio_mclk) {