Home
last modified time | relevance | path

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

/linux/sound/synth/emux/
H A Dsoundfont.c862 freq_to_note(int mhz) in freq_to_note() function
1075 note = freq_to_note(patch.base_note); in load_guspatch()
1078 zone->v.low = (freq_to_note(patch.low_note) + 99) / 100; in load_guspatch()
1079 zone->v.high = freq_to_note(patch.high_note) / 100; in load_guspatch()