Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182895
b: refs/heads/master
c: 7833ae0
h: refs/heads/master
i:
  182893: 744566c
  182891: 2695b56
  182887: ceab3c4
  182879: 7a0fc33
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Feb 16, 2010
1 parent db9d3fa commit 6bca1d1
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: e5e878c1c393de917391477bc7627d729f7568fb
refs/heads/master: 7833ae0edf50b0eb303e95b1bec5fbd63a1e2672
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/tlv320dac33.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ static int dac33_hw_params(struct snd_pcm_substream *substream,
}

#define CALC_OSCSET(rate, refclk) ( \
((((rate * 10000) / refclk) * 4096) + 5000) / 10000)
((((rate * 10000) / refclk) * 4096) + 7000) / 10000)
#define CALC_RATIOSET(rate, refclk) ( \
((((refclk * 100000) / rate) * 16384) + 50000) / 100000)

Expand Down

0 comments on commit 6bca1d1

Please sign in to comment.