freq_to_note     1024 sound/synth/emux/soundfont.c 	note = freq_to_note(patch.base_note);
freq_to_note     1027 sound/synth/emux/soundfont.c 	zone->v.low = (freq_to_note(patch.low_note) + 99) / 100;
freq_to_note     1028 sound/synth/emux/soundfont.c 	zone->v.high = freq_to_note(patch.high_note) / 100;