Home
last modified time | relevance | path

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

/linux-5.19.10/sound/synth/emux/
Dsoundfont.c826 freq_to_note(int mhz) in freq_to_note() function
1032 note = freq_to_note(patch.base_note); in load_guspatch()
1035 zone->v.low = (freq_to_note(patch.low_note) + 99) / 100; in load_guspatch()
1036 zone->v.high = freq_to_note(patch.high_note) / 100; in load_guspatch()