Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157574
b: refs/heads/master
c: e465d54
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jul 15, 2009
1 parent 74863ec commit 8345fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 82d76f4d9fbf7d951d63e7056fd9911ada507bd1
refs/heads/master: e465d544fab81aa122f86a50418f4be7f1fcf066
3 changes: 2 additions & 1 deletion trunk/sound/soc/codecs/wm8993.c
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,8 @@ static int wm8993_hw_params(struct snd_pcm_substream *substream,
}
dev_dbg(codec->dev, "Selected SAMPLE_RATE of %dHz\n",
sample_rates[best].rate);
clocking3 |= (sample_rates[i].sample_rate << WM8993_SAMPLE_RATE_SHIFT);
clocking3 |= (sample_rates[best].sample_rate
<< WM8993_SAMPLE_RATE_SHIFT);

/* BCLK_DIV */
best = 0;
Expand Down

0 comments on commit 8345fbd

Please sign in to comment.