Home
last modified time | relevance | path

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

/linux-2.6.39/sound/synth/emux/
Dsoundfont.c1368 struct snd_sf_sample *sp, *nextsp; in snd_sf_clear() local
1376 for (sp = sf->samples; sp; sp = nextsp) { in snd_sf_clear()
1377 nextsp = sp->next; in snd_sf_clear()
1456 struct snd_sf_sample *sp, *nextsp; in snd_soundfont_remove_unlocked() local
1475 for (sp = sf->samples; sp; sp = nextsp) { in snd_soundfont_remove_unlocked()
1478 nextsp = sp->next; in snd_soundfont_remove_unlocked()
1479 sf->samples = nextsp; in snd_soundfont_remove_unlocked()