Home
last modified time | relevance | path

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

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