Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329972
b: refs/heads/master
c: c531241
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi authored and Samuel Ortiz committed Sep 18, 2012
1 parent c9be862 commit dd49058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2275c544cb824b469a386e411cbcaa01a19d4f55
refs/heads/master: c531241dcc010e4457e0eb9401aaeae0a56bf5c6
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/twl4030-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit dd49058

Please sign in to comment.