Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dsoundfont.h30 struct snd_sf_zone *next_instr; /* Next zone of this instrument */ member
/openbmc/linux/sound/synth/emux/
H 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()