Home
last modified time | relevance | path

Searched refs:SNDRV_TIMER_IOCTL_SELECT (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/sound/
Dsnd_timer01.c56 ioctl(snd_fd, SNDRV_TIMER_IOCTL_SELECT, &ts); in ioctl_thread()
/third_party/alsa-lib/src/timer/
Dtimer_hw.c263 if (ioctl(fd, SNDRV_TIMER_IOCTL_SELECT, &sel) < 0) { in snd_timer_hw_open()
/third_party/alsa-lib/include/sound/uapi/
Dasound.h895 #define SNDRV_TIMER_IOCTL_SELECT _IOW('T', 0x10, struct snd_timer_select) macro