Home
last modified time | relevance | path

Searched refs:snd_ctl_tlv (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasound.h1084 struct snd_ctl_tlv { struct
1102 #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) argument
1103 #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)
/third_party/alsa-lib/src/control/
Dcontrol_hw.c226 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()
/third_party/alsa-lib/include/
Dlocal.h136 #define snd_ctl_tlv sndrv_ctl_tlv macro
/third_party/alsa-lib/src/ucm/
Dmain.c161 struct snd_ctl_tlv *tlv; in read_tlv_file()
191 tlv = (struct snd_ctl_tlv *)(*res); in read_tlv_file()