Home
last modified time | relevance | path

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

/sound/oss/
Dsound_calls.h55 int note_to_freq(int note_num);
Dsequencer.c1549 int note_to_freq(int note_num) in note_to_freq() function
1581 EXPORT_SYMBOL(note_to_freq);
Dopl3.c647 freq = devc->voc[voice].orig_freq = note_to_freq(note) / 1000; in opl3_start_note()