Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193408
b: refs/heads/master
c: 5e5e2be
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Apr 26, 2010
1 parent 129e48f commit 61bf56c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 759512fbacfbb6fd9b7f77f9806fb4995775848f
refs/heads/master: 5e5e2bef287b96ab29d2d93e89ecf0888323d7bf
5 changes: 5 additions & 0 deletions trunk/sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -1769,6 +1769,11 @@ static int configure_aif_clock(struct snd_soc_codec *codec, int aif)
dev_dbg(codec->dev, "Dividing AIF%d clock to %dHz\n",
aif + 1, rate);
}

if (rate && rate < 3000000)
dev_warn(codec->dev, "AIF%dCLK is %dHz, should be >=3MHz for optimal performance\n",
aif + 1, rate);

wm8994->aifclk[aif] = rate;

snd_soc_update_bits(codec, WM8994_AIF1_CLOCKING_1 + offset,
Expand Down

0 comments on commit 61bf56c

Please sign in to comment.