Searched refs:note_freq (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsequencer.c1566 int note, octave, note_freq; local
1578 note_freq = notes[note];
1581 note_freq >>= (BASE_OCTAVE - octave);
1583 note_freq <<= (octave - BASE_OCTAVE);
1586 * note_freq >>= 1;
1589 return note_freq;

Completed in 33 milliseconds