Searched refs:snd_ctl_elem_iface_name (Results 1 - 10 of 10) sorted by relevance
/third_party/alsa-lib/src/control/ |
H A D | ctlparse.c | 124 iface = snd_ctl_elem_iface_name(snd_ctl_elem_id_get_interface(id)); in snd_ctl_ascii_elem_id_get()
|
H A D | setup.c | 547 SNDERR("Cannot obtain info for CTL elem (%s,'%s',%li,%li,%li): %s", snd_ctl_elem_iface_name(iface), name, index, device, subdevice, snd_strerror(err)); in add_elem()
|
H A D | control.c | 1712 const char *snd_ctl_elem_iface_name(snd_ctl_elem_iface_t iface) in snd_ctl_elem_iface_name() function
|
/third_party/alsa-utils/alsaloop/ |
H A D | control.c | 38 snd_ctl_elem_iface_name(snd_ctl_elem_id_get_interface(id)), in id_str()
|
/third_party/alsa-lib/include/ |
H A D | control.h | 431 const char *snd_ctl_elem_iface_name(snd_ctl_elem_iface_t iface);
|
/third_party/alsa-lib/src/ |
H A D | confmisc.c | 192 if (strcasecmp(snd_ctl_elem_iface_name(idx), ascii) == 0) in snd_config_get_ctl_iface_ascii()
|
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 375 s = snd_ctl_elem_iface_name(snd_ctl_elem_info_get_interface(info)); in get_control() 673 if (strcasecmp(snd_ctl_elem_iface_name(idx), str) == 0) in config_iface()
|
H A D | init_parse.c | 539 return snd_ctl_elem_iface_name(snd_ctl_elem_id_get_interface(space->ctl_id)); in elemid_get() 768 if (strcasecmp(value, snd_ctl_elem_iface_name(iface)) == 0) { in elemid_set()
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp_snd.c | 478 cons = add_cons(instance, cons, 1, "iface", new_string(instance, snd_ctl_elem_iface_name(snd_ctl_elem_id_get_interface(id)))); in create_ctl_elem_id()
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple_none.c | 1556 snd_ctl_elem_iface_name( in simple_add1()
|
Completed in 20 milliseconds