Home
last modified time | relevance | path

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

/linux/sound/synth/emux/
H A Dsoundfont.c1195 cur->next_instr = sflist->presets[index]; /* preset table link */ in add_preset()
1211 for (p = sflist->presets[index]; p; p = p->next_instr) { in delete_preset()
1212 while (p->next_instr == zp) { in delete_preset()
1213 p->next_instr = zp->next_instr; in delete_preset()
1268 for (zp = sflist->presets[index]; zp; zp = zp->next_instr) { in search_first_zone()
/linux/include/sound/
H A Dsoundfont.h30 struct snd_sf_zone *next_instr; /* Next zone of this instrument */ member