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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsequencer.c1567 int note, octave, note_freq; local
1579 note_freq = notes[note];
1582 note_freq >>= (BASE_OCTAVE - octave);
1584 note_freq <<= (octave - BASE_OCTAVE);
1587 * note_freq >>= 1;
1590 return note_freq;

Completed in 48 milliseconds