Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dsfnt_info.h89 struct soundfont_voice_parm { struct
138 struct soundfont_voice_parm parm; /* voice envelope parameters */
/linux-4.1.27/sound/synth/emux/
Demux_effect.c35 #define parm_offset(tag) xoffsetof(struct soundfont_voice_parm *, tag)
Dsoundfont.c58 static void init_voice_parm(struct soundfont_voice_parm *pp);
638 init_voice_parm(struct soundfont_voice_parm *pp) in init_voice_parm()
Demux_synth.c562 struct soundfont_voice_parm *parm; in setup_voice()