Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dsfnt_info.h90 struct soundfont_voice_parm { struct
139 struct soundfont_voice_parm parm; /* voice envelope parameters */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dsfnt_info.h90 struct soundfont_voice_parm { struct
139 struct soundfont_voice_parm parm; /* voice envelope parameters */
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dsfnt_info.h90 struct soundfont_voice_parm { struct
139 struct soundfont_voice_parm parm; /* voice envelope parameters */
/OK3568_Linux_fs/kernel/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);
625 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()