Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dsoundfont.h38 struct soundfont_voice_info v; /* All the soundfont parameters */
Demux_synth.h190 struct soundfont_voice_info reg;
/Linux-v4.19/include/uapi/sound/
Dsfnt_info.h116 struct soundfont_voice_info { struct
/Linux-v4.19/sound/synth/emux/
Dsoundfont.c57 static void init_voice_info(struct soundfont_voice_info *avp);
60 struct soundfont_voice_info *avp);
552 if (count < (long)sizeof(struct soundfont_voice_info) * hdr.nvoices) { in load_info()
614 init_voice_info(struct soundfont_voice_info *avp) in init_voice_info()
660 set_sample(struct snd_soundfont *sf, struct soundfont_voice_info *avp) in set_sample()