Lines Matching refs:index

44 giving -1 as card index and "ctl" as interface type. Each returned
47 Sound cards have an ID (a string), an index (an int, sometimes called
54 index [ID ] Driver - name
67 using the string "hw:<index>" (e.g. `hw:2`). The NAME hint - which is
120 - Its index
123 set of fields (interface type, device, subdevice, name, index).
145 functions complements the name, index, etc.
528 * identified by the combination of name and index, or by numid.
610 * identified by the combination of name and index, or by numid.
688 * identified by the combination of name and index, or by numid.
743 * identified by the combination of name and index, or by numid.
825 * identified by the combination of name and index, or by numid.
955 * can be identified by the combination of name and index, or by numid.
1852 * \brief Get index part of CTL element identifier for an element related event
1854 * \return index part of element identifier
1860 return obj->data.elem.id.index;
1959 * subdevice, name, index.
1971 assert((id1->iface | id1->device | id1->subdevice | id1->index) <= INT_MAX);
1972 assert((id2->iface | id2->device | id2->subdevice | id1->index) <= INT_MAX);
1985 return id1->index - id2->index;
2044 * \brief Get index part of a CTL element identifier
2046 * \return CTL element index
2051 return obj->index;
2110 * \brief Set index part for a CTL element identifier
2112 * \param val CTL element index
2117 obj->index = val;
2186 * \brief Get the sound card index from the given info object.
2191 * \return Sound card index.
2422 * \brief Set index of first wanted CTL element identifier in a CTL element identifiers list
2424 * \param val index of CTL element to put at position 0 of list
2546 * \brief Get index part of CTL element identifier for an entry of a CTL element identifiers list
2549 * \return CTL element index
2555 return obj->pids[idx].index;
2903 * \param idx The dimension index
3033 * \brief Get index part of CTL element identifier of a CTL element id/info
3035 * \return index part of element identifier
3040 return obj->id.index;
3110 * \brief Set index part of CTL element identifier of a CTL element id/info
3112 * \param val index part of element identifier
3117 obj->id.index = val;
3325 * \brief Get the identifiers 'index' part from the given element value.
3330 * \return The index part of element identifier.
3335 return obj->id.index;
3424 * \brief Set the identifiers 'index' part within the given element value.
3429 * \param val The new index.
3434 obj->id.index = val;
3445 * \param idx The index of the member.
3463 * \param idx The index of the member.
3481 * \param idx The index of the member.
3495 * SNDRV_CTL_ELEM_TYPE_ENUMERATED. It returns the index of the active item. See
3499 * \param idx The index of the requested member.
3500 * \return The index of the active item.
3517 * \param idx The index of the member.
3535 * \param idx The index of the member.
3553 * \param idx The index of the member.
3571 * \param idx The index of the member.
3589 * \param idx The index of the requested member.
3590 * \param val The new index of the item to be activated.
3607 * \param idx The index of the member.