newsf 26 sound/synth/emux/soundfont.c static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name); newsf 238 sound/synth/emux/soundfont.c sf = newsf(sflist, parm.type, NULL); newsf 240 sound/synth/emux/soundfont.c sf = newsf(sflist, parm.type, parm.name); newsf 427 sound/synth/emux/soundfont.c sf = newsf(sflist, SNDRV_SFNT_PAT_TYPE_MAP|SNDRV_SFNT_PAT_SHARED, NULL); newsf 958 sound/synth/emux/soundfont.c sf = newsf(sflist, SNDRV_SFNT_PAT_TYPE_GUS|SNDRV_SFNT_PAT_SHARED, NULL);