Lines Matching refs:item
232 snd_config_t *control, *comment, *item = NULL, *value;
351 err = snd_config_compound_add(comment, "item", 1, &item);
364 err = snd_config_string_add(item, num_str(idx), snd_ctl_elem_info_get_item_name(info));
463 err = snd_config_search(item, num_str(v), &c);
519 err = snd_config_search(item, num_str(v), &c);
805 * get the item type from the given comment config
867 snd_config_t *item = snd_config_iterator_entry(it);
871 if (snd_config_get_id(item, &id) < 0)
886 err = snd_config_get_string(item, &items->strings[numid]);
940 if (strcmp(id, "item") == 0) {
1000 * check whether the config item has the same of compatible type