Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dsoundcard.h1206 #define SEQ_CONTROL(dev, chn, controller, value) \ macro
1229 #define SEQ_EXPRESSION(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_EXPRESSION, value*128)
1230 #define SEQ_MAIN_VOLUME(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_MAIN_VOLUME, (value*16383)/1…
1231 #define SEQ_PANNING(dev, voice, pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos+128) / 2)
/linux-2.6.39/lib/xz/
Dxz_dec_lzma2.c217 SEQ_CONTROL, enumerator
938 case SEQ_CONTROL: in xz_dec_lzma2_run()
1080 s->lzma2.sequence = SEQ_CONTROL; in xz_dec_lzma2_run()
1096 s->lzma2.sequence = SEQ_CONTROL; in xz_dec_lzma2_run()
1157 s->lzma2.sequence = SEQ_CONTROL; in xz_dec_lzma2_reset()
/linux-2.6.39/sound/oss/
Dmidi_synth.c65 STORE(SEQ_CONTROL(synthno, msg[0] & 0x0f, in do_midi_msg()