Lines Matching refs:data
277 * fields in identification data.
285 snd_aes_iec958_t data;
290 snd_ctl_elem_value_get_iec958(elem_data, &data);
292 data.pad = 10;
293 snd_ctl_elem_value_set_iec958(elem_data, &data);
495 * Here, I expect the list includes element ID data in numerical
568 * In initial state, any application can register TLV data for
592 * TLV data in their initial state. In this case, any read
593 * operation for TLV data should return -ENXIO.
596 unsigned int data[32];
598 data, sizeof(data));
614 snd_ctl_elem_value_t *data;
620 snd_ctl_elem_value_alloca(&data);
622 snd_ctl_elem_value_set_id(data, trial->id);
627 snd_ctl_elem_value_set_index(data, index + i);
634 snd_ctl_elem_value_set_numid(data, numid + i);
636 err = snd_ctl_elem_read(trial->handle, data);
641 trial->change_elem_members(trial, data);
643 err = snd_ctl_elem_write(trial->handle, data);
684 * case, any TLV data is firstly available after the operation.
707 /* Now TLV data is available for this element set. */
860 * Test an operation to change TLV data of this element set,
866 printf("Fail to change TLV data of an element "