Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
Dcontrol_shm.c264 ctrl->u.hwdep_info = *info; in snd_ctl_shm_hwdep_info()
269 *info = ctrl->u.hwdep_info; in snd_ctl_shm_hwdep_info()
401 .hwdep_info = snd_ctl_shm_hwdep_info,
Dcontrol_local.h43 int (*hwdep_info)(snd_ctl_t *handle, snd_hwdep_info_t * info); member
Dcontrol_hw.c372 .hwdep_info = snd_ctl_hw_hwdep_info,
Dcontrol_ext.c483 .hwdep_info = snd_ctl_ext_hwdep_info,
Dcontrol_remap.c894 .hwdep_info = snd_ctl_remap_hwdep_info,
Dcontrol.c1194 return ctl->ops->hwdep_info(ctl, info); in snd_ctl_hwdep_info()
/third_party/alsa-lib/include/
Daserver.h132 snd_hwdep_info_t hwdep_info; member
/third_party/alsa-lib/aserver/
Daserver.c676 ctrl->result = snd_ctl_hwdep_info(ctl, &ctrl->u.hwdep_info); in ctl_shm_cmd()