Home
last modified time | relevance | path

Searched refs:snd_ctl_pcm_info (Results 1 – 12 of 12) sorted by relevance

/third_party/alsa-utils/axfer/
Dsubcmd-list.c40 err = snd_ctl_pcm_info(handle, info); in dump_device()
75 err = snd_ctl_pcm_info(handle, info); in dump_devices()
/third_party/alsa-lib/test/
Dcontrol.c55 if ((err = snd_ctl_pcm_info(handle, pcminfo)) < 0) { in main()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsadeviceprovider.c146 if (snd_ctl_pcm_info (handle, pcminfo) < 0) { in gst_alsa_device_provider_probe()
Dgstalsa.c588 if (snd_ctl_pcm_info (ctl, pcminfo) < 0) { in gst_alsa_find_device_name_no_handle()
/third_party/alsa-lib/src/
Dconfmisc.c1102 err = snd_ctl_pcm_info(ctl, &info); in snd_func_pcm_id()
1205 err = snd_ctl_pcm_info(ctl, &info); in snd_func_pcm_args_by_class()
/third_party/alsa-lib/src/control/
Dnamehint.c139 if (snd_ctl_pcm_info(list->ctl, &info) < 0) in get_dev_name1()
Dcontrol_remap.c748 return snd_ctl_pcm_info(priv->child, info); in snd_ctl_remap_pcm_info()
Dcontrol.c1215 int snd_ctl_pcm_info(snd_ctl_t *ctl, snd_pcm_info_t * info) in snd_ctl_pcm_info() function
/third_party/alsa-lib/include/
Dcontrol.h410 int snd_ctl_pcm_info(snd_ctl_t *ctl, snd_pcm_info_t * info);
/third_party/alsa-lib/src/ucm/
Ducm_subs.c368 err = snd_ctl_pcm_info(ctl, pcminfo); in rval_pcm_lookup1()
/third_party/alsa-lib/aserver/
Daserver.c682 ctrl->result = snd_ctl_pcm_info(ctl, &ctrl->u.pcm_info); in ctl_shm_cmd()
/third_party/alsa-utils/aplay/
Daplay.c301 if ((err = snd_ctl_pcm_info(handle, pcminfo)) < 0) { in device_list()
316 if ((err = snd_ctl_pcm_info(handle, pcminfo)) < 0) { in device_list()