Lines Matching +full:assigned +full:- +full:resolution +full:- +full:bits

2  * Copyright by Hannu Savolainen 1993-1997
104 * word. The high 2 bits of the upper word are used
131 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */
228 #define WAVE_UNSIGNED 0x02 /* bit 1 = Signed - Unsigned data. */
229 #define WAVE_LOOPING 0x04 /* bit 2 = looping enabled-1. */
233 #define WAVE_ENVELOPES 0x40 /* bit 6 = Enable envelopes - 1 */
236 /* Linux specific bits */
241 /* Reserved bits */
244 /* Other bits must be zeroed */
269 int panning; /* -128=left, 127=right */
280 * Enable by setting the mode bits WAVE_TREMOLO, WAVE_VIBRATO or
355 * are for the LSB. Note that just 7 bits are used in MIDI bytes.
378 /* undefined 0x14 - 0x1f */
395 /* undefined 0x46 - 0x4f */
401 /* undefined 0x54 - 0x5a */
414 /* undefined 0x66 - 0x78 */
415 /* reserved 0x79 - 0x7f */
475 short device; /* Synth# (0-4) */
482 int device; /* 0-N. INITIALIZE BEFORE CALLING */
513 #define MIDI_CAP_MPU401 1 /* MPU-401 intelligent mode */
517 int device; /* 0-N. INITIALIZE BEFORE CALLING */
585 # define DSP_CAP_REVISION 0x000000ff /* Bits for revision level (0 to 255) */
763 * (line, aux1 and aux2). Since each card manufacturer have assigned
779 /* Some on/off settings (SOUND_SPECIAL_MIN - SOUND_SPECIAL_MAX) */
817 /* Device mask bits */
979 * The 4 most significant bits of byte 0 specify the class of
984 * The last 4 bits give the subtype:
1046 * the OSSlib-3.8 style interface. It is no longer possible
1051 * the GPL version of OSS-4.x and build against that version
1074 * SEQ_DEFINEBUF (2048); -- Defines a buffer for 2048 bytes
1076 * int seqfd; -- The file descriptor for /dev/sequencer.
1082 * if (write (seqfd, _seqbuf, _seqbufptr) == -1)
1085 * exit (-1);
1171 * and the last byte (buf[len-1] of the last fragment must be 0xf7. No byte
1276 if (write(seqfd, (char*)(patchx), len)==-1) \