Home
last modified time | relevance | path

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

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