Searched refs:snd_ctl_pcm_next_device (Results 1 – 12 of 12) sorted by relevance
/third_party/alsa-lib/test/ |
D | control.c | 46 if ((err = snd_ctl_pcm_next_device(handle, &dev)) < 0) { in main()
|
/third_party/alsa-utils/axfer/ |
D | subcmd-list.c | 66 err = snd_ctl_pcm_next_device(handle, &device); in dump_devices()
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsadeviceprovider.c | 139 snd_ctl_pcm_next_device (handle, &dev); in gst_alsa_device_provider_probe()
|
D | gstalsa.c | 580 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/ |
D | namehint.c | 439 IFACE(PCM, snd_ctl_pcm_next_device),
|
D | control_remap.c | 742 return snd_ctl_pcm_next_device(priv->child, device); in snd_ctl_remap_pcm_next_device()
|
D | control.c | 1203 int snd_ctl_pcm_next_device(snd_ctl_t *ctl, int * device) in snd_ctl_pcm_next_device() function
|
/third_party/alsa-lib/include/ |
D | control.h | 409 int snd_ctl_pcm_next_device(snd_ctl_t *ctl, int *device);
|
/third_party/alsa-lib/src/ucm/ |
D | ucm_subs.c | 364 if (snd_ctl_pcm_next_device(ctl, &device) < 0 || device < 0) in rval_pcm_lookup1()
|
/third_party/alsa-lib/src/ |
D | confmisc.c | 1197 err = snd_ctl_pcm_next_device(ctl, &dev); in snd_func_pcm_args_by_class()
|
/third_party/alsa-lib/aserver/ |
D | aserver.c | 679 ctrl->result = snd_ctl_pcm_next_device(ctl, &ctrl->u.device); in ctl_shm_cmd()
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 294 if (snd_ctl_pcm_next_device(handle, &dev)<0) in device_list()
|