Home
last modified time | relevance | path

Searched refs:pcm_next_device (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-lib/src/control/
Dcontrol_local.h44 int (*pcm_next_device)(snd_ctl_t *handle, int *device); member
Dcontrol_hw.c373 .pcm_next_device = snd_ctl_hw_pcm_next_device,
Dcontrol_ext.c484 .pcm_next_device = snd_ctl_ext_next_device,
Dcontrol_shm.c402 .pcm_next_device = snd_ctl_shm_pcm_next_device,
Dcontrol_remap.c895 .pcm_next_device = snd_ctl_remap_pcm_next_device,
Dcontrol.c1206 return ctl->ops->pcm_next_device(ctl, device); in snd_ctl_pcm_next_device()