Searched refs:snd_ctl_tlv (Results 1 – 4 of 4) sorted by relevance
1084 struct snd_ctl_tlv { struct1102 #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) argument1103 #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv)1104 #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)
226 struct snd_ctl_tlv *xtlv; in snd_ctl_hw_elem_tlv()238 xtlv = malloc(sizeof(struct snd_ctl_tlv) + tlv_size); in snd_ctl_hw_elem_tlv()
136 #define snd_ctl_tlv sndrv_ctl_tlv macro
161 struct snd_ctl_tlv *tlv; in read_tlv_file()191 tlv = (struct snd_ctl_tlv *)(*res); in read_tlv_file()