Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dcontrol.h758 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size);
/third_party/alsa-lib/src/control/
Dhcontrol.c853 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size) in snd_hctl_elem_tlv_read() function
/third_party/alsa-utils/amixer/
Damixer.c706 if ((err = snd_hctl_elem_tlv_read(elem, tlv, 4096)) < 0) { in show_control()
/third_party/alsa-lib/src/mixer/
Dsimple_none.c1130 if (snd_hctl_elem_tlv_read(ctl, tlv, tlv_size) < 0) in init_db_range()