/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | soundfont.c | 55 static int search_zones(struct snd_sf_list *sflist, int *notep, int vel, 1221 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, in snd_soundfont_search_zone() argument 1238 nvoices = search_zones(sflist, notep, vel, preset, bank, in snd_soundfont_search_zone() 1242 nvoices = search_zones(sflist, notep, vel, in snd_soundfont_search_zone() 1274 search_zones(struct snd_sf_list *sflist, int *notep, int vel, in search_zones() argument 1281 zp = search_first_zone(sflist, bank, preset, *notep); in search_zones() 1284 if (*notep >= zp->v.low && *notep <= zp->v.high && in search_zones() 1295 key = *notep; in search_zones() 1300 *notep in search_zones() [all...] |
H A D | emux_synth.c | 27 int *notep, int vel, struct snd_midi_channel *chan, 890 int *notep, int vel, struct snd_midi_channel *chan, in get_zone() 906 return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank, in get_zone() 889 get_zone(struct snd_emux *emu, struct snd_emux_port *port, int *notep, int vel, struct snd_midi_channel *chan, struct snd_sf_zone **table) get_zone() argument
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | soundfont.c | 55 static int search_zones(struct snd_sf_list *sflist, int *notep, int vel, 1231 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, in snd_soundfont_search_zone() argument 1248 nvoices = search_zones(sflist, notep, vel, preset, bank, in snd_soundfont_search_zone() 1252 nvoices = search_zones(sflist, notep, vel, in snd_soundfont_search_zone() 1285 search_zones(struct snd_sf_list *sflist, int *notep, int vel, in search_zones() argument 1292 zp = search_first_zone(sflist, bank, preset, *notep); in search_zones() 1295 if (*notep >= zp->v.low && *notep <= zp->v.high && in search_zones() 1306 key = *notep; in search_zones() 1311 *notep in search_zones() [all...] |
H A D | emux_synth.c | 27 int *notep, int vel, struct snd_midi_channel *chan, 891 int *notep, int vel, struct snd_midi_channel *chan, in get_zone() 907 return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank, in get_zone() 890 get_zone(struct snd_emux *emu, struct snd_emux_port *port, int *notep, int vel, struct snd_midi_channel *chan, struct snd_sf_zone **table) get_zone() argument
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soundfont.h | 102 int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soundfont.h | 102 int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
|