Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/sound/
Dsfnt_info.h90 struct soundfont_voice_parm { struct
139 struct soundfont_voice_parm parm; /* voice envelope parameters */
/Linux-v4.19/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()