newsf              38 sound/synth/emux/soundfont.c static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name);
newsf             248 sound/synth/emux/soundfont.c 		sf = newsf(sflist, parm.type, NULL);
newsf             250 sound/synth/emux/soundfont.c 		sf = newsf(sflist, parm.type, parm.name);
newsf             437 sound/synth/emux/soundfont.c 	sf = newsf(sflist, SNDRV_SFNT_PAT_TYPE_MAP|SNDRV_SFNT_PAT_SHARED, NULL);
newsf             964 sound/synth/emux/soundfont.c 	sf = newsf(sflist, SNDRV_SFNT_PAT_TYPE_GUS|SNDRV_SFNT_PAT_SHARED, NULL);