Lines Matching defs:version
11 * ALSA external PCM plugin SDK (draft version)
17 * published by the Free Software Foundation; either version 2.1 of
18 * the License, or (at your option) any later version.
59 * Protocol version
61 #define SND_PCM_EXTPLUG_VERSION_MAJOR 1 /**< Protocol major version */
62 #define SND_PCM_EXTPLUG_VERSION_MINOR 0 /**< Protocol minor version */
63 #define SND_PCM_EXTPLUG_VERSION_TINY 2 /**< Protocol tiny version */
65 * Filter-plugin protocol version
74 * protocol version; #SND_PCM_EXTPLUG_VERSION must be filled here
77 unsigned int version;