Lines Matching defs:item
925 * \brief get the enumerated item string for the given mixer simple element
927 * \param item the index of the enumerated item to query
933 unsigned int item,
938 return sm_selem_ops(elem)->enum_item_name(elem, item, maxlen, buf);
942 * \brief get the current selected enumerated item for the given mixer simple element
945 * \param itemp the pointer to store the index of the enumerated item
958 * \brief set the current selected enumerated item for the given mixer simple element
961 * \param item the enumerated item index
966 unsigned int item)
970 return sm_selem_ops(elem)->set_enum_item(elem, channel, item);