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

/linux-master/sound/synth/emux/
H A Dsoundfont.c859 freq_to_note(int mhz) function
1071 note = freq_to_note(patch.base_note);
1074 zone->v.low = (freq_to_note(patch.low_note) + 99) / 100;
1075 zone->v.high = freq_to_note(patch.high_note) / 100;

Completed in 103 milliseconds