Lines Matching defs:version
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
39 * protocol version
43 #define SNDRV_PROTOCOL_MAJOR(version) (((version)>>16)&0xffff)
44 #define SNDRV_PROTOCOL_MINOR(version) (((version)>>8)&0xff)
45 #define SNDRV_PROTOCOL_MICRO(version) ((version)&0xff)
130 unsigned int version; /* R: driver-specific version */
449 unsigned int proto; /* protocol version */
502 * are identical, so we keep the traditional version.
801 unsigned short version; /* UMP major/minor version */
840 unsigned char midi_ci_version; /* MIDI-CI support version */