Home | History | Annotate | Download | only in alsa

Lines Matching refs:tlv

125 /** Element's TLV value has been changed \hideinitializer */
169 /** TLV type - Container */
171 /** TLV type - basic dB scale */
173 /** TLV type - linear volume */
175 /** TLV type - dB range container */
177 /** TLV type - dB scale specified by min/max values */
179 /** TLV type - dB scale specified by min/max values (with mute) */
244 unsigned int *tlv, unsigned int tlv_size);
246 const unsigned int *tlv);
248 const unsigned int *tlv);
456 int snd_tlv_parse_dB_info(unsigned int *tlv, unsigned int tlv_size,
458 int snd_tlv_get_dB_range(unsigned int *tlv, long rangemin, long rangemax,
460 int snd_tlv_convert_to_dB(unsigned int *tlv, long rangemin, long rangemax,
462 int snd_tlv_convert_from_dB(unsigned int *tlv, long rangemin, long rangemax,
541 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size);
542 int snd_hctl_elem_tlv_write(snd_hctl_elem_t *elem, const unsigned int *tlv);
543 int snd_hctl_elem_tlv_command(snd_hctl_elem_t *elem, const unsigned int *tlv);