Home
last modified time | relevance | path

Searched refs:next_instr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/sound/
H A Dsoundfont.h30 struct snd_sf_zone *next_instr; /* Next zone of this instrument */ member
/kernel/linux/linux-6.6/include/sound/
H A Dsoundfont.h30 struct snd_sf_zone *next_instr; /* Next zone of this instrument */ member
/kernel/linux/linux-5.10/sound/synth/emux/
H A Dsoundfont.c1130 * structures linked by next_instr and by next_zone. Former is the whole
1187 cur->next_instr = sflist->presets[index]; /* preset table link */ in add_preset()
1202 for (p = sflist->presets[index]; p; p = p->next_instr) { in delete_preset()
1203 while (p->next_instr == zp) { in delete_preset()
1204 p->next_instr = zp->next_instr; in delete_preset()
1262 for (zp = sflist->presets[index]; zp; zp = zp->next_instr) { in search_first_zone()
/kernel/linux/linux-6.6/sound/synth/emux/
H A Dsoundfont.c1138 * structures linked by next_instr and by next_zone. Former is the whole
1196 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()

Completed in 5 milliseconds