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

/linux-master/sound/synth/emux/
H A Dsoundfont.c26 static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name);
238 sf = newsf(sflist, parm.type, NULL);
240 sf = newsf(sflist, parm.type, parm.name);
257 newsf(struct snd_sf_list *sflist, int type, char *name) function
429 sf = newsf(sflist, SNDRV_SFNT_PAT_TYPE_MAP|SNDRV_SFNT_PAT_SHARED, NULL);
998 sf = newsf(sflist, SNDRV_SFNT_PAT_TYPE_GUS|SNDRV_SFNT_PAT_SHARED, NULL);

Completed in 201 milliseconds