Lines Matching refs:value
195 /* Only restore the old value if it differs from the requested
196 * value, because if it has changed restoring the old value
314 SNDERR("bad value content");
343 SNDERR("bad value type");
354 SNDERR("bad value index");
411 snd_config_t *value = NULL, *mask = NULL;
431 SNDERR("Invalid value for '%s'", id);
479 if (strcmp(id, "value") == 0) {
480 value = n;
509 if (value == NULL) {
510 SNDERR("Missing control value");
556 err = snd_config_get_ctl_elem_value(value, h->ctl, elem->val, NULL, elem->info);
563 err = snd_config_get_ctl_elem_value(value, h->ctl, elem->val, elem->mask, elem->info);
568 err = snd_config_get_ctl_elem_value(value, h->ctl, elem->val, elem->mask, elem->info);