Home
last modified time | relevance | path

Searched defs:vel (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/sound/core/seq/oss/
Dseq_oss_event.c286 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event … in note_on_event()
341 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event… in note_off_event()
372 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd… in set_note_event()
Dseq_oss_device.h65 int note, vel; member
Dseq_oss_event.h44 unsigned char vel; member
/linux-2.6.39/sound/drivers/opl3/
Dopl3_midi.c64 void snd_opl3_calc_volume(unsigned char *volbyte, int vel, in snd_opl3_calc_volume()
295 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_note_on()
667 static void snd_opl3_note_off_unsafe(void *p, int note, int vel, in snd_opl3_note_off_unsafe()
704 void snd_opl3_note_off(void *p, int note, int vel, in snd_opl3_note_off()
718 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_opl3_key_press()
Dopl3_drums.c138 int vel, struct snd_midi_channel *chan) in snd_opl3_drum_vol_set()
185 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, in snd_opl3_drum_switch()
/linux-2.6.39/sound/synth/emux/
Demux_synth.c59 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on()
158 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_off()
237 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_key_press()
905 int *notep, int vel, struct snd_midi_channel *chan, in get_zone()
Dsoundfont.c1230 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, in snd_soundfont_search_zone()
1283 search_zones(struct snd_sf_list *sflist, int *notep, int vel, in search_zones()
/linux-2.6.39/drivers/staging/iio/resolver/
Dad2s120x.c51 s16 vel; in ad2s120x_show_pos_vel() local
157 s16 vel; in ad2s120x_show_vel() local
Dad2s1210.c573 s16 vel; in ad2s1210_show_vel() local
615 s16 vel; in ad2s1210_show_pos_vel() local
/linux-2.6.39/sound/drivers/opl4/
Dopl4_synth.c482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_on()
565 void snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_off()
/linux-2.6.39/sound/core/seq/
Dseq_midi_emul.c245 int note, int vel) in note_off()