Lines Matching defs:index
237 unsigned int device, subdevice, index;
293 index = snd_ctl_elem_info_get_index(info);
400 if (index != 0) {
401 err = snd_config_integer_add(control, "index", index);
1030 snd_config_t *comment, const char *index,
1038 if (snd_config_searchv(comment, &db_node, "dbvalue", index, NULL) < 0 ||
1223 long index = -1;
1290 if (strcmp(fld, "index") == 0) {
1295 if (snd_config_get_integer(n, &index) < 0)
1313 if (index < 0)
1314 index = 0;
1327 snd_ctl_elem_info_set_index(info, index);
1361 if (err |= index != index1)
1362 cerror(doit, "warning: index mismatch (%ld/%ld) for control #%d", index, index1, numid);
1452 cerror(doit, "bad control.%d.value index", numid);
1475 error("Cannot write control '%d:%ld:%ld:%s:%ld' : %s", (int)iface, device, subdevice, name, index, snd_strerror(err));