Home
last modified time | relevance | path

Searched refs:xtlv (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/control/
H A Dcontrol_hw.c227 struct snd_ctl_tlv *xtlv; in snd_ctl_hw_elem_tlv() local
239 xtlv = malloc(sizeof(struct snd_ctl_tlv) + tlv_size); in snd_ctl_hw_elem_tlv()
240 if (xtlv == NULL) in snd_ctl_hw_elem_tlv()
242 xtlv->numid = numid; in snd_ctl_hw_elem_tlv()
243 xtlv->length = tlv_size; in snd_ctl_hw_elem_tlv()
244 memcpy(xtlv->tlv, tlv, tlv_size); in snd_ctl_hw_elem_tlv()
245 if (ioctl(hw->fd, inum, xtlv) < 0) { in snd_ctl_hw_elem_tlv()
246 free(xtlv); in snd_ctl_hw_elem_tlv()
251 size = xtlv->tlv[SNDRV_CTL_TLVO_LEN] + 2 * sizeof(unsigned int); in snd_ctl_hw_elem_tlv()
253 free(xtlv); in snd_ctl_hw_elem_tlv()
[all...]

Completed in 1 milliseconds