Lines Matching defs:version
11 * ALSA external PCM rate-converter 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.
39 * Protocol version
107 * the protocol version the plugin supports;
108 * new field since version 0x010002
110 unsigned int version;
113 * new ops since version 0x010002
119 * new ops since version 0x010002
124 * new ops since version 0x010003
132 typedef int (*snd_pcm_rate_open_func_t)(unsigned int version, void **objp,
135 typedef int (*snd_pcm_rate_open_conf_func_t)(unsigned int version, void **objp,
145 /* old rate_ops for protocol version 0x010001 */
163 /* old rate_ops for protocol version 0x010002 */
179 unsigned int version;