Searched defs:vel (Results 1 – 7 of 7) sorted by relevance
/linux/sound/drivers/opl3/ |
H A D | opl3_midi.c | 53 void snd_opl3_calc_volume(unsigned char *volbyte, int vel, in snd_opl3_calc_volume() 286 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on() 650 static void snd_opl3_note_off_unsafe(void *p, int note, int vel, in snd_opl3_note_off_unsafe() 685 void snd_opl3_note_off(void *p, int note, int vel, in snd_opl3_note_off() 699 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_key_press()
|
H A D | opl3_drums.c | 122 int vel, struct snd_midi_channel *chan) in snd_opl3_drum_vol_set() 169 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, in snd_opl3_drum_switch()
|
/linux/sound/synth/emux/ |
H A D | emux_synth.c | 46 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on() 145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off() 222 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_key_press() 891 int *notep, int vel, struct snd_midi_channel *chan, in get_zone()
|
H A D | soundfont.c | 1275 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, in snd_soundfont_search_zone() 1329 search_zones(struct snd_sf_list *sflist, int *notep, int vel, in search_zones()
|
/linux/sound/drivers/opl4/ |
H A D | opl4_synth.c | 482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_on() 563 void snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_off()
|
/linux/sound/core/seq/ |
H A D | seq_midi_emul.c | 237 int note, int vel) in note_off()
|
/linux/sound/core/seq/oss/ |
H A D | seq_oss_event.h | 31 unsigned char vel; member
|