Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216589
b: refs/heads/master
c: 6137112
h: refs/heads/master
i:
  216587: 274ef82
v: v3
  • Loading branch information
Mark Brown committed Sep 28, 2010
1 parent 28473ac commit 6d7ec23
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: d1454e6fbdf01056834018cfd12f9a066cfc0dd7
refs/heads/master: 61371126307ffabb9880e5a22e126b46df846b12
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ static int wm8962_set_fll(struct snd_soc_dai *dai, int fll_id, int source,
struct wm8962_priv *wm8962 = snd_soc_codec_get_drvdata(codec);
struct _fll_div fll_div;
int ret;
int fll1 = snd_soc_read(codec, WM8962_FLL_CONTROL_1);
int fll1 = snd_soc_read(codec, WM8962_FLL_CONTROL_1) & WM8962_FLL_ENA;

/* Any change? */
if (source == wm8962->fll_src && Fref == wm8962->fll_fref &&
Expand Down

0 comments on commit 6d7ec23

Please sign in to comment.