Home
last modified time | relevance | path

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

/Linux-v6.6/include/sound/
Dsoundfont.h25 struct soundfont_voice_info v; /* All the soundfont parameters */
Demux_synth.h177 struct soundfont_voice_info reg;
/Linux-v6.6/include/uapi/sound/
Dsfnt_info.h101 struct soundfont_voice_info { struct
/Linux-v6.6/sound/synth/emux/
Dsoundfont.c44 static void init_voice_info(struct soundfont_voice_info *avp);
47 struct soundfont_voice_info *avp);
543 if (count < (long)sizeof(struct soundfont_voice_info) * hdr.nvoices) { in load_info()
605 init_voice_info(struct soundfont_voice_info *avp) in init_voice_info()
651 set_sample(struct snd_soundfont *sf, struct soundfont_voice_info *avp) in set_sample()