next_instr         30 include/sound/soundfont.h 	struct snd_sf_zone *next_instr;	/* Next zone of this instrument */
next_instr       1187 sound/synth/emux/soundfont.c 	cur->next_instr = sflist->presets[index]; /* preset table link */
next_instr       1202 sound/synth/emux/soundfont.c 	for (p = sflist->presets[index]; p; p = p->next_instr) {
next_instr       1203 sound/synth/emux/soundfont.c 		while (p->next_instr == zp) {
next_instr       1204 sound/synth/emux/soundfont.c 			p->next_instr = zp->next_instr;
next_instr       1262 sound/synth/emux/soundfont.c 	for (zp = sflist->presets[index]; zp; zp = zp->next_instr) {