Lines Matching refs:value
158 /** CTL element value container.
160 * Contains the value(s) (i.e. members) of a single element. All
165 * To access a value, a snd_ctl_elem_value_t must be allocated using
170 * A value object can be zeroed out using snd_ctl_elem_value_clear().
172 * A value object can be copied to another one using
200 * After the value container was created and filled with the ID of the
201 * desired element, the value(s) can be fetched from the driver (and
204 * To fetch a value, use snd_ctl_elem_read(). Thereafter, use the
205 * snd_ctl_elem_value_get_*() functions to obtain the actual value.
207 * To write a new value, first use a snd_ctl_elem_value_set_*() to set
263 /** Element value has been changed \hideinitializer */
269 /** Element's TLV value has been changed \hideinitializer */
451 const char *value);
632 * Allocate space for a value object on the stack. The allocated
683 long db_gain, long *value, int xdir);
689 long db_gain, long *value, int xdir);
760 int snd_hctl_elem_read(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value);
761 int snd_hctl_elem_write(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value);