Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dcontrol.c46 if ((err = snd_ctl_pcm_next_device(handle, &dev)) < 0) { in main()
/third_party/alsa-utils/axfer/
Dsubcmd-list.c66 err = snd_ctl_pcm_next_device(handle, &device); in dump_devices()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsadeviceprovider.c139 snd_ctl_pcm_next_device (handle, &dev); in gst_alsa_device_provider_probe()
Dgstalsa.c580 while (snd_ctl_pcm_next_device (ctl, &dev) == 0 && dev >= 0) { in gst_alsa_find_device_name_no_handle()
/third_party/alsa-lib/src/control/
Dnamehint.c439 IFACE(PCM, snd_ctl_pcm_next_device),
Dcontrol_remap.c742 return snd_ctl_pcm_next_device(priv->child, device); in snd_ctl_remap_pcm_next_device()
Dcontrol.c1203 int snd_ctl_pcm_next_device(snd_ctl_t *ctl, int * device) in snd_ctl_pcm_next_device() function
/third_party/alsa-lib/include/
Dcontrol.h409 int snd_ctl_pcm_next_device(snd_ctl_t *ctl, int *device);
/third_party/alsa-lib/src/ucm/
Ducm_subs.c364 if (snd_ctl_pcm_next_device(ctl, &device) < 0 || device < 0) in rval_pcm_lookup1()
/third_party/alsa-lib/src/
Dconfmisc.c1197 err = snd_ctl_pcm_next_device(ctl, &dev); in snd_func_pcm_args_by_class()
/third_party/alsa-lib/aserver/
Daserver.c679 ctrl->result = snd_ctl_pcm_next_device(ctl, &ctrl->u.device); in ctl_shm_cmd()
/third_party/alsa-utils/aplay/
Daplay.c294 if (snd_ctl_pcm_next_device(handle, &dev)<0) in device_list()