Lines Matching defs:integer
176 underscore (_). The value can be either a string, an integer, a real number,
358 type integer
450 long integer;
1224 SNDERR("%s is not an integer", *id);
1236 n->u.integer = (long) i;
1635 snd_output_printf(out, "%ld", n->u.integer);
1766 * <dt>integer<dt>#SND_CONFIG_TYPE_INTEGER
1781 if (!strcmp(ascii, "integer")) {
2489 * \brief Creates an integer configuration node.
2514 * \brief Creates a 64-bit-integer configuration node.
2754 * \brief Creates an integer configuration node with the given initial value.
2779 (*config)->u.integer = value;
2784 * \brief Creates a 64-bit-integer configuration node with the given initial value.
2960 * \brief Changes the value of an integer configuration node.
2967 * <dt>-EINVAL<dd>\a config is not an integer node.
2978 config->u.integer = value;
2983 * \brief Changes the value of a 64-bit-integer configuration node.
2990 * <dt>-EINVAL<dd>\a config is not a 64-bit-integer node.
3117 config->u.integer = i;
3154 * \brief Returns the value of an integer configuration node.
3161 * <dt>-EINVAL<dd>\a config is not an integer node.
3172 *ptr = config->u.integer;
3177 * \brief Returns the value of a 64-bit-integer configuration node.
3184 * <dt>-EINVAL<dd>\a config is not a 64-bit-integer node.
3220 * \brief Returns the value of a real or integer configuration node.
3225 * If the node's type is integer or integer64, the value is converted
3239 *ptr = config->u.integer;
3317 * <dt>-EINVAL<dd>\a config is not a (64-bit) integer or real number or
3333 err = snprintf(res, sizeof(res), "%li", config->u.integer);
4071 SNDERR("id of field %s is not and integer", id);
4294 SNDERR("id of field %s is not and integer", id);
4329 err = snd_config_imake_integer(&v, "integer", card);
5562 if (strcmp(tmp, "integer") == 0) {
5569 SNDERR("Parameter %s must be an integer", var);
5582 SNDERR("Parameter %s must be an integer", var);