Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188188
b: refs/heads/master
c: fb40b49
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Takashi Iwai committed Mar 16, 2010
1 parent b8a85c3 commit b223552
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: a9104f989916aac5d92bfa2c51915d5985fb2e6c
refs/heads/master: fb40b496ad8bbe60a60c25eb2fce20f3cc114679
2 changes: 0 additions & 2 deletions trunk/sound/oss/sequencer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1631,8 +1631,6 @@ unsigned long compute_finetune(unsigned long base_freq, int bend, int range,
}

semitones = bend / 100;
if (semitones > 99)
semitones = 99;
cents = bend % 100;

amount = (int) (semitone_tuning[semitones] * multiplier * cent_tuning[cents]) / 10000;
Expand Down

0 comments on commit b223552

Please sign in to comment.