Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dcontrol.h406 int snd_ctl_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info);
/third_party/alsa-lib/src/control/
Dnamehint.c127 if (snd_ctl_hwdep_info(list->ctl, &info) < 0) in get_dev_name1()
Dcontrol_remap.c736 return snd_ctl_hwdep_info(priv->child, info); in snd_ctl_remap_hwdep_info()
Dcontrol.c1191 int snd_ctl_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info) in snd_ctl_hwdep_info() function
/third_party/alsa-lib/aserver/
Daserver.c676 ctrl->result = snd_ctl_hwdep_info(ctl, &ctrl->u.hwdep_info); in ctl_shm_cmd()