Home
last modified time | relevance | path

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

/linux/include/uapi/sound/
H A Dsfnt_info.h75 struct soundfont_voice_parm { struct
124 struct soundfont_voice_parm parm; /* voice envelope parameters */
/linux/sound/synth/emux/
H A Demux_effect.c21 #define parm_offset(tag) xoffsetof(struct soundfont_voice_parm *, tag)
H A Dsoundfont.c46 static void init_voice_parm(struct soundfont_voice_parm *pp);
590 init_voice_parm(struct soundfont_voice_parm *pp) in init_voice_parm()