Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/sound/
Dsfnt_info.h75 struct soundfont_voice_parm { struct
124 struct soundfont_voice_parm parm; /* voice envelope parameters */
/linux-6.6.21/sound/synth/emux/
Demux_effect.c21 #define parm_offset(tag) xoffsetof(struct soundfont_voice_parm *, tag)
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()
Demux_synth.c548 struct soundfont_voice_parm *parm; in setup_voice()