Home
last modified time | relevance | path

Searched refs:vel (Results 1 – 10 of 10) sorted by relevance

/linux/sound/drivers/opl3/
H A Dopl3_voice.h18 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
19 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
20 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
26 void snd_opl3_calc_volume(unsigned char *reg, int vel, struct snd_midi_channel *chan);
31 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, struct snd_midi_cha…
H A Dopl3_drums.c122 int vel, struct snd_midi_channel *chan) in snd_opl3_drum_vol_set() argument
131 snd_opl3_calc_volume(&reg_val, vel, 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() argument
203 snd_opl3_drum_vol_set(opl3, drum_voice, vel, chan); in snd_opl3_drum_switch()
/linux/sound/synth/emux/
H A Demux_voice.h34 void snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
35 void snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
36 void snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
H A Dsoundfont.c56 static int search_zones(struct snd_sf_list *sflist, int *notep, int vel,
1230 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, in snd_soundfont_search_zone() argument
1244 nvoices = search_zones(sflist, notep, vel, preset, bank, in snd_soundfont_search_zone()
1248 nvoices = search_zones(sflist, notep, vel, in snd_soundfont_search_zone()
1280 search_zones(struct snd_sf_list *sflist, int *notep, int vel, in search_zones() argument
1291 vel >= zp->v.vellow && vel <= zp->v.velhigh) { in search_zones()
1302 nvoices = search_zones(sflist, &key, vel, in search_zones()
/linux/include/sound/
H A Dseq_midi_emul.h69 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
70 …void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release …
71 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
/linux/sound/drivers/opl4/
H A Dopl4_local.h225 void snd_opl4_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
226 void snd_opl4_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
/linux/sound/core/seq/oss/
H A Dseq_oss_event.h31 unsigned char vel; member
H A Dseq_oss_synth.c355 info->ch[i].vel = 0; in reset_channels()
/linux/tools/power/cpupower/po/
H A Dpt.po228 msgstr "Não foi possível contar o número de CPUs (%s: %s), assumindo 1\n"
399 " através de leitura no hardware (disponível somente "
483 " -m, --human saída legível para humanos para os parâmetros -f, -w, "
538 "não foi possível analisar o CPU % já que o mesmo parece não estar presente\n"
581 " nível de usuário esteja disponível e carregado\n"
637 "- O regulador que você requesitou está disponível e foi \"modprobed\"?\n"
639 "- Tentando setar uma frequência específica, mas o regulador em nível de "
640 "usuário não está disponível,\n"
643 " ou porque o regulador em nível de usuário não foi carregado?\n"
/linux/sound/core/seq/
H A Dseq_midi_emul.c35 int note, int vel);
237 int note, int vel) in note_off() argument
249 ops->note_off(drv, note, vel, chan); in note_off()