Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/sound/
Dsnd_timer01.c56 ioctl(snd_fd, SNDRV_TIMER_IOCTL_PARAMS, &tp); in ioctl_thread()
/third_party/alsa-lib/src/timer/
Dtimer_hw.c120 if (ioctl(tmr->poll_fd, SNDRV_TIMER_IOCTL_PARAMS, params) < 0) in snd_timer_hw_params()
/third_party/alsa-lib/include/sound/uapi/
Dasound.h897 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params) macro