Skip to content

Commit

Permalink
Merge branch 'fix/misc' into for-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Iwai committed Mar 17, 2010
2 parents 0e49887 + fb40b49 commit 2a5e00e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 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 2a5e00e

Please sign in to comment.