Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_EVENT_PITCHBEND (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/sound/core/seq/oss/
Dseq_oss_midi.c475 ev.type = SNDRV_SEQ_EVENT_PITCHBEND; in snd_seq_oss_midi_reset()
553 case SNDRV_SEQ_EVENT_PITCHBEND: in send_synth_event()
578 case SNDRV_SEQ_EVENT_PITCHBEND: in send_synth_event()
Dseq_oss_event.c153 SNDRV_SEQ_EVENT_PITCHBEND, in extended_event()
211 return set_control_event(dp, q->l.dev, SNDRV_SEQ_EVENT_PITCHBEND, in chn_common_event()
/Linux-v5.4/include/uapi/sound/
Dasequencer.h55 #define SNDRV_SEQ_EVENT_PITCHBEND 13 /**< from -8192 to 8191 */ macro
/Linux-v5.4/sound/core/seq/
Dseq_midi_event.c61 {SNDRV_SEQ_EVENT_PITCHBEND, 2, pitchbend_ctrl_event, pitchbend_decode},
Dseq_midi_emul.c140 case SNDRV_SEQ_EVENT_PITCHBEND: in snd_midi_process_event()