Home
last modified time | relevance | path

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

/external/tinyalsa/
Dtinymix.c195 unsigned int tlv_header_size = 0; in tinymix_detail_control() local
213 tlv_header_size = TLV_HEADER_SIZE; in tinymix_detail_control()
215 buf = calloc(1, num_values + tlv_header_size); in tinymix_detail_control()
222 ret = mixer_ctl_get_array(ctl, buf, len + tlv_header_size); in tinymix_detail_control()
247 printf(" %02x", buf[i + tlv_header_size]); in tinymix_detail_control()
281 unsigned int tlv_header_size = 0; in tinymix_set_byte_ctl() local
284 tlv_header_size = TLV_HEADER_SIZE; in tinymix_set_byte_ctl()
287 tlv_size = num_values + tlv_header_size; in tinymix_set_byte_ctl()
317 buf[i + tlv_header_size] = n; in tinymix_set_byte_ctl()