Searched refs:get_index (Results 1 – 1 of 1) sorted by relevance
/sound/synth/emux/ |
D | soundfont.c | 58 static int get_index(int bank, int instr, int key); 1192 index = get_index(cur->bank, cur->instr, cur->v.low); in add_preset() 1209 index = get_index(zp->bank, zp->instr, zp->v.low); in delete_preset() 1270 index = get_index(bank, preset, key); in search_first_zone() 1330 get_index(int bank, int instr, int key) in get_index() function
|