Lines Matching defs:device
262 static int snd_ctl_hw_hwdep_next_device(snd_ctl_t *handle, int * device)
265 if (ioctl(hw->fd, SNDRV_CTL_IOCTL_HWDEP_NEXT_DEVICE, device) < 0)
278 static int snd_ctl_hw_pcm_next_device(snd_ctl_t *handle, int * device)
281 if (ioctl(hw->fd, SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE, device) < 0)
305 static int snd_ctl_hw_rawmidi_next_device(snd_ctl_t *handle, int * device)
308 if (ioctl(hw->fd, SNDRV_CTL_IOCTL_RAWMIDI_NEXT_DEVICE, device) < 0)
329 static int snd_ctl_hw_ump_next_device(snd_ctl_t *handle, int *device)
332 if (ioctl(hw->fd, SNDRV_CTL_IOCTL_UMP_NEXT_DEVICE, device) < 0)
420 * \param name Name of control device
516 * \param name Name of control device