Home
last modified time | relevance | path

Searched refs:note_to_freq (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/sound/oss/
Dsound_calls.h55 int note_to_freq(int note_num);
Dsequencer.c1559 int note_to_freq(int note_num) in note_to_freq() function
1591 EXPORT_SYMBOL(note_to_freq);
Dopl3.c648 freq = devc->voc[voice].orig_freq = note_to_freq(note) / 1000; in opl3_start_note()