Home
last modified time | relevance | path

Searched refs:CTRL_PITCH_BENDER (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dsoundcard.h418 #define CTRL_PITCH_BENDER 255 macro
1219 #define SEQ_PITCHBEND(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER, value)
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_event.c162 case CTRL_PITCH_BENDER: /* SEQ1 V2 control */ in extended_event()
/linux-4.1.27/sound/oss/
Dopl3.c972 case CTRL_PITCH_BENDER: in opl3_controller()