Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds