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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Dsoundfont.c38 static struct snd_soundfont *newsf(struct snd_sf_list *sflist, int type, char *name);
250 sf = newsf(sflist, parm.type, NULL);
252 sf = newsf(sflist, parm.type, parm.name);
269 newsf(struct snd_sf_list *sflist, int type, char *name) function
439 sf = newsf(sflist, SNDRV_SFNT_PAT_TYPE_MAP|SNDRV_SFNT_PAT_SHARED, NULL);
968 sf = newsf(sflist, SNDRV_SFNT_PAT_TYPE_GUS|SNDRV_SFNT_PAT_SHARED, NULL);

Completed in 64 milliseconds