Lines Matching refs:data
25 * Several devices look only at the first eight data blocks.
26 * In any case, this is more than enough for the MIDI data rate.
55 * @param idx index byte (audio-sample data) 0x00..0xff
57 * @return salt to XOR with given data
66 * of the last non-zero data
103 u8 * const data = (u8 *) buffer;
105 if (data[MAGIC_DOT_BYTE] != 0x00) {
107 state->idx = data[MAGIC_DOT_BYTE] ^ state->carry;
109 data[MAGIC_DOT_BYTE] ^= state->carry;
123 * A first data channel is for MIDI messages, the rest is Multi Bit
124 * Linear Audio data channel.
327 /* This protocol delivers 24 bit data in 32bit data channel. */