Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270518
b: refs/heads/master
c: 70ce6ae
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Aug 16, 2011
1 parent 2bfa5ee commit 37f84e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 82cd87643be7f133ad9a85865f67a0dcadcb76c7
refs/heads/master: 70ce6aee664a3e61ca5b4278d61db6da0996cade
4 changes: 2 additions & 2 deletions trunk/sound/soc/samsung/speyside_wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ static int speyside_wm8962_set_bias_level(struct snd_soc_card *card,
if (dapm->bias_level == SND_SOC_BIAS_STANDBY) {
ret = snd_soc_dai_set_pll(codec_dai, WM8962_FLL,
WM8962_FLL_MCLK, 32768,
44100 * 256);
44100 * 512);
if (ret < 0)
pr_err("Failed to start FLL: %d\n", ret);

ret = snd_soc_dai_set_sysclk(codec_dai,
WM8962_SYSCLK_FLL,
44100 * 256,
44100 * 512,
SND_SOC_CLOCK_IN);
if (ret < 0) {
pr_err("Failed to set SYSCLK: %d\n", ret);
Expand Down

0 comments on commit 37f84e0

Please sign in to comment.