/device/samsung/crespo/alsa-lib/include/ |
control.h | 268 const char *snd_ctl_elem_iface_name(snd_ctl_elem_iface_t iface);
|
/device/samsung/crespo/alsa-lib/src/control/ |
setup.c | 555 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));
|
control.c | 996 const char *snd_ctl_elem_iface_name(snd_ctl_elem_iface_t iface) function [all...] |
/device/samsung/crespo/alsa-utils/alsactl/ |
state.c | 369 s = snd_ctl_elem_iface_name(snd_ctl_elem_info_get_interface(info)); 658 if (strcasecmp(snd_ctl_elem_iface_name(idx), str) == 0) [all...] |
init_parse.c | 501 return snd_ctl_elem_iface_name(snd_ctl_elem_id_get_interface(space->ctl_id)); 680 if (strcasecmp(value, snd_ctl_elem_iface_name(iface)) == 0) { [all...] |
/device/samsung/crespo/alsa-lib/src/ |
confmisc.c | 162 if (strcasecmp(snd_ctl_elem_iface_name(idx), ascii) == 0) [all...] |
/device/samsung/crespo/alsa-lib/src/alisp/ |
alisp_snd.c | 477 cons = add_cons(instance, cons, 1, "iface", new_string(instance, snd_ctl_elem_iface_name(snd_ctl_elem_id_get_interface(id))));
|
/device/samsung/crespo/alsa-lib/src/mixer/ |
simple_none.c | [all...] |
/device/samsung/crespo/alsa-utils/amixer/ |
amixer.c | 139 return snd_ctl_elem_iface_name(snd_ctl_elem_id_get_interface(id)); [all...] |