Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/seq/oss/
H A Dseq_oss_midi.c477 ev.type = SNDRV_SEQ_EVENT_PITCHBEND; in snd_seq_oss_midi_reset()
555 case SNDRV_SEQ_EVENT_PITCHBEND: in send_synth_event()
580 case SNDRV_SEQ_EVENT_PITCHBEND: in send_synth_event()
H A 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasequencer.h55 #define SNDRV_SEQ_EVENT_PITCHBEND 13 /**< from -8192 to 8191 */ macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasequencer.h55 #define SNDRV_SEQ_EVENT_PITCHBEND 13 /**< from -8192 to 8191 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasequencer.h55 #define SNDRV_SEQ_EVENT_PITCHBEND 13 /**< from -8192 to 8191 */ macro
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_midi_event.c61 {SNDRV_SEQ_EVENT_PITCHBEND, 2, pitchbend_ctrl_event, pitchbend_decode},
H A Dseq_midi_emul.c143 case SNDRV_SEQ_EVENT_PITCHBEND: in snd_midi_process_event()