Searched refs:snd_fd (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/sound/ |
H A D | snd_timer01.c | 36 static int snd_fd; variable 54 ioctl(snd_fd, SNDRV_TIMER_IOCTL_TREAD, &tread_arg); in ioctl_thread() 55 ioctl(snd_fd, SNDRV_TIMER_IOCTL_SELECT, &ts); in ioctl_thread() 56 ioctl(snd_fd, SNDRV_TIMER_IOCTL_PARAMS, &tp); in ioctl_thread() 57 ioctl(snd_fd, SNDRV_TIMER_IOCTL_START, 0); in ioctl_thread() 69 snd_fd = SAFE_OPEN("/dev/snd/timer", in setup() 75 if (snd_fd > 0) in cleanup() 76 SAFE_CLOSE(snd_fd); in cleanup() 102 size = readv(snd_fd, &iov, 1); in run()
|
Completed in 1 milliseconds