Home
last modified time | relevance | path

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

/linux-6.12.1/sound/core/seq/oss/
Dseq_oss_midi.c488 ev.type = SNDRV_SEQ_EVENT_PITCHBEND; in snd_seq_oss_midi_reset()
568 case SNDRV_SEQ_EVENT_PITCHBEND: in send_synth_event()
593 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-6.12.1/include/uapi/sound/
Dasequencer.h39 #define SNDRV_SEQ_EVENT_PITCHBEND 13 /**< from -8192 to 8191 */ macro
/linux-6.12.1/sound/core/seq/
Dseq_ump_convert.c130 {SNDRV_SEQ_EVENT_PITCHBEND, ump_midi1_to_pitchbend_ev}, /* 0xe0 */
299 {SNDRV_SEQ_EVENT_PITCHBEND, ump_midi2_to_pitchbend_ev}, /* 0xe0 */
1080 { SNDRV_SEQ_EVENT_PITCHBEND, UMP_MSG_STATUS_PITCH_BEND,
Dseq_midi_event.c61 {SNDRV_SEQ_EVENT_PITCHBEND, 2, pitchbend_ctrl_event, pitchbend_decode},
Dseq_midi_emul.c143 case SNDRV_SEQ_EVENT_PITCHBEND: in snd_midi_process_event()