Lines Matching defs:index
165 SNDERR("Cannot get card index for %s", str);
176 * \brief Gets the control interface index from the given ASCII string.
178 * \return The control interface index if successful, otherwise a negative error code.
199 * \brief Gets the control interface index from a configuration node.
201 * \return The control interface index if successful, otherwise a negative error code.
1130 * for pcm specified by class and index.
1135 * and \c index.
1144 index 0
1155 long class, index;
1174 err = snd_config_search(src, "index", &n);
1176 SNDERR("field index not found");
1181 SNDERR("error evaluating index");
1184 err = snd_config_get_integer(n, &index);
1186 SNDERR("field index is not an integer");
1217 index == idx++)