nextsp 1359 sound/synth/emux/soundfont.c struct snd_sf_sample *sp, *nextsp; nextsp 1367 sound/synth/emux/soundfont.c for (sp = sf->samples; sp; sp = nextsp) { nextsp 1368 sound/synth/emux/soundfont.c nextsp = sp->next; nextsp 1447 sound/synth/emux/soundfont.c struct snd_sf_sample *sp, *nextsp; nextsp 1466 sound/synth/emux/soundfont.c for (sp = sf->samples; sp; sp = nextsp) { nextsp 1469 sound/synth/emux/soundfont.c nextsp = sp->next; nextsp 1470 sound/synth/emux/soundfont.c sf->samples = nextsp;