Searched refs:snd_ctl_tlv (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
D | asound.h | 898 struct snd_ctl_tlv { struct 916 #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) argument 917 #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv) 918 #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)
|
/hardware/qcom/msm8x84/kernel-headers/sound/ |
D | asound.h | 914 struct snd_ctl_tlv { struct 935 #define SNDRV_CTL_IOCTL_TLV_READ _IOWR('U', 0x1a, struct snd_ctl_tlv) argument 936 #define SNDRV_CTL_IOCTL_TLV_WRITE _IOWR('U', 0x1b, struct snd_ctl_tlv) 937 #define SNDRV_CTL_IOCTL_TLV_COMMAND _IOWR('U', 0x1c, struct snd_ctl_tlv)
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_mixer.c | 320 struct snd_ctl_tlv *xtlv; in mixer_ctl_read_tlv() 323 xtlv = calloc(1, sizeof(struct snd_ctl_tlv) + tlv_size); in mixer_ctl_read_tlv()
|