Home
last modified time | relevance | path

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

/openbmc/linux/sound/synth/emux/
H A Dsoundfont.c829 freq_to_note(int mhz) in freq_to_note() function
1037 note = freq_to_note(patch.base_note); in load_guspatch()
1040 zone->v.low = (freq_to_note(patch.low_note) + 99) / 100; in load_guspatch()
1041 zone->v.high = freq_to_note(patch.high_note) / 100; in load_guspatch()