Lines Matching defs:version
16 * published by the Free Software Foundation; either version 2.1 of
17 * the License, or (at your option) any later version.
91 int version;
136 if (SNDRV_PROTOCOL_VERSION(2, 0, 5) > hw->version)
338 /* check for new hw_params structure; it's available from 2.0.2 version of PCM API */
339 if (SNDRV_PROTOCOL_VERSION(2, 0, 2) <= pcm_hw->version)
389 /* check for new hw_params structure; it's available from 2.0.2 version of PCM API */
390 if (SNDRV_PROTOCOL_VERSION(2, 0, 2) <= pcm_hw->version)
394 if (err >= 0 && pcm_hw->version < SNDRV_PROTOCOL_VERSION(2, 0, 17) && params->msbits > 0) {
543 hw->version < SNDRV_PROTOCOL_VERSION(2, 0, 12)) {
549 hw->version < SNDRV_PROTOCOL_VERSION(2, 0, 5)) {
561 if (hw->version < SNDRV_PROTOCOL_VERSION(2, 0, 12)) {
609 if (SNDRV_PROTOCOL_VERSION(2, 0, 13) > hw->version) {
622 if (SNDRV_PROTOCOL_VERSION(2, 0, 5) > hw->version) {
655 if (SNDRV_PROTOCOL_VERSION(2, 0, 3) <= hw->version) {
850 if (SNDRV_PROTOCOL_VERSION(2, 0, 4) <= hw->version) {
1209 if (SNDRV_PROTOCOL_VERSION(2, 0, 1) <= hw->version) {
1659 /* inform the protocol version we're supporting */
1697 hw->version = ver;