Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305655
b: refs/heads/master
c: e05854d
h: refs/heads/master
i:
  305653: 7ce0438
  305651: a75c13c
  305647: 8d4e7d6
v: v3
  • Loading branch information
Kyung-Kwee Ryu authored and Mark Brown committed Apr 25, 2012
1 parent bc80268 commit 207e643
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: dd7b10b30c40dddb9750926d78cfe89c0cd8434d
refs/heads/master: e05854ddaa012f3369884acf61ec9953285404b4
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -1982,7 +1982,7 @@ static int _wm8994_set_fll(struct snd_soc_codec *codec, int id, int src,
WM8994_FLL1_ENA, 0);

if (wm8994->fll_byp && src == WM8994_FLL_SRC_BCLK &&
freq_in == freq_out) {
freq_in == freq_out && freq_out) {
dev_dbg(codec->dev, "Bypassing FLL%d\n", id + 1);
snd_soc_update_bits(codec, WM8994_FLL1_CONTROL_5 + reg_offset,
WM8958_FLL1_BYP, WM8958_FLL1_BYP);
Expand Down

0 comments on commit 207e643

Please sign in to comment.