diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-01 17:47:28 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-01 17:47:28 +0100 |
| commit | 27d609bf840e6c02c13f643cebaf2fd5cfbcbbae (patch) | |
| tree | 38e8ffd7eea065b202197563e862629f6163a103 /sys/linux/dev_snd_timer.txt | |
| parent | c35a341c32f11b4c0d0298a216878403aed59aca (diff) | |
sys/linux: add /dev/snd/pcm* descriptions
Diffstat (limited to 'sys/linux/dev_snd_timer.txt')
| -rw-r--r-- | sys/linux/dev_snd_timer.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/linux/dev_snd_timer.txt b/sys/linux/dev_snd_timer.txt index 4a426f710..67348cd76 100644 --- a/sys/linux/dev_snd_timer.txt +++ b/sys/linux/dev_snd_timer.txt @@ -1,7 +1,10 @@ # Copyright 2015 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -include <sound/asound.h> +include <uapi/asm/ioctl.h> +include <uapi/linux/fcntl.h> +include <uapi/linux/time.h> +include <uapi/sound/asound.h> include <uapi/linux/soundcard.h> resource fd_sndtimer[fd] |
