Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/sound/
H A Dsoundfont.h25 struct soundfont_voice_info v; /* All the soundfont parameters */
H A Demux_synth.h177 struct soundfont_voice_info reg;
/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.h116 struct soundfont_voice_info { struct
/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.h116 struct soundfont_voice_info { struct
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dsfnt_info.h116 struct soundfont_voice_info { struct
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Dsoundfont.c44 static void init_voice_info(struct soundfont_voice_info *avp);
47 struct soundfont_voice_info *avp);
539 if (count < (long)sizeof(struct soundfont_voice_info) * hdr.nvoices) { in load_info()
601 init_voice_info(struct soundfont_voice_info *avp) in init_voice_info()
647 set_sample(struct snd_soundfont *sf, struct soundfont_voice_info *avp) in set_sample()