Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353345
b: refs/heads/master
c: 4706ccb
h: refs/heads/master
i:
  353343: 5b7f882
v: v3
  • Loading branch information
Mark Brown committed Jan 17, 2013
1 parent bdc932d commit 27cfac0
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: c98137bfcb4afd4415864258dd8ecf05c2bb5843
refs/heads/master: 4706ccbbe89c0c1871134f493de8b27864b869ba
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ static int arizona_hw_params(struct snd_pcm_substream *substream,
return -EINVAL;
}

lrclk = snd_soc_params_to_bclk(params) / params_rate(params);
lrclk = rates[bclk] / params_rate(params);

arizona_aif_dbg(dai, "BCLK %dHz LRCLK %dHz\n",
rates[bclk], rates[bclk] / lrclk);
Expand Down

0 comments on commit 27cfac0

Please sign in to comment.