Lines Matching refs:device
156 char data[4000]; /* Device spesific command/data record */
453 * of the associated synthesizer device. There is no limit to the size
458 * When a SEQ_FULLSIZE message is written to the device, it must
464 * Set the key field of the structure to FM_PATCH. The device field is used to
465 * route the patch to the corresponding device.
483 short device; /* Synth# (0-4) */
490 int device; /* 0-N. INITIALIZE BEFORE CALLING */
512 #define SYNTH_CAP_INPUT 0x00000004 /* Input (MIDI) device */
525 int device; /* 0-N. INITIALIZE BEFORE CALLING */
596 # define DSP_CAP_BATCH 0x00000400 /* Device has some kind of */
712 int offs; /* If required by the device (0 if not used) */
814 /* Device bitmask identifiers */
817 #define SOUND_MIXER_DEVMASK 0xfe /* Arg contains a bit for each supported device */
825 /* Device mask bits */
949 * These features can be used when accessing device specific features.
991 * 0x9X = device/port specific events, event[1] = device/port,
1293 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4);\
1296 _seqbuf[_seqbufptr+2] = (device);\