Searched refs:SEQ_CONTROL (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ |
A D | soundcard.h | 1198 #define SEQ_CONTROL(dev, chn, controller, value) \ macro 1221 #define SEQ_EXPRESSION(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_EXPRESSION, value*128) 1222 #define SEQ_MAIN_VOLUME(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_MAIN_VOLUME, (value*16383)/1… 1223 #define SEQ_PANNING(dev, voice, pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos+128) / 2)
|
/linux-6.3-rc2/lib/xz/ |
A D | xz_dec_lzma2.c | 217 SEQ_CONTROL, enumerator 971 case SEQ_CONTROL: in xz_dec_lzma2_run() 1117 s->lzma2.sequence = SEQ_CONTROL; in xz_dec_lzma2_run() 1133 s->lzma2.sequence = SEQ_CONTROL; in xz_dec_lzma2_run() 1193 s->lzma2.sequence = SEQ_CONTROL; in xz_dec_lzma2_reset()
|
Completed in 10 milliseconds