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