Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221559
b: refs/heads/master
c: d54e1f4
h: refs/heads/master
i:
  221557: bc832f5
  221555: 45d8521
  221551: 5c217fe
v: v3
  • Loading branch information
Peter Ujfalusi authored and Liam Girdwood committed Oct 30, 2010
1 parent f159506 commit bf27904
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: 911a0f0bfc01750590e8ac6e7f9f4921f470b0d1
refs/heads/master: d54e1f4fdf4cf9754b7220ae4cb66dcae0fc1702
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/tlv320dac33.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
(1000000000 / ((rate * 1000) / samples))

#define US_TO_SAMPLES(rate, us) \
(rate / (1000000 / us))
(rate / (1000000 / (us < 1000000 ? us : 1000000)))

#define UTHR_FROM_PERIOD_SIZE(samples, playrate, burstrate) \
((samples * 5000) / ((burstrate * 5000) / (burstrate - playrate)))
Expand Down

0 comments on commit bf27904

Please sign in to comment.