Lines Matching refs:used
68 "hw:CARD=<ID>" - can also be used. Further, its device file (something
75 snd_card_get_longname() can be used to find an identifying property
127 is reconnected. The short numid is used to reduce the lookup time.
131 An element list can be used to obtain a list of all elements of the
181 There's no limitation about maximum size of the data, therefore it can be used
1647 * \param name ASCII identifier of the CTL handle used as fallback
1931 * The return value can be used for sorting like qsort(). It gives persistent
1961 * The return value can be used for sorting like qsort(). It gives persistent
2378 * If you used snd_ctl_elem_list_alloc_space() on the list, you must
2433 * \brief Get number of used entries in CTL element identifiers list
2441 * \return number of used entries
2446 return obj->used;
2476 assert(idx < obj->used);
2489 assert(idx < obj->used);
2502 assert(idx < obj->used);
2515 assert(idx < obj->used);
2528 assert(idx < obj->used);
2541 assert(idx < obj->used);
2554 assert(idx < obj->used);