diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-08-19 08:29:32 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-08-19 10:41:24 +0200 |
| commit | 6aad5879f798f115f13dcf1e9591971255b236f5 (patch) | |
| tree | cacdf95c9795459f05bdc1e904b90c10b9b32eb3 /sys/sndtimer_arm.const | |
| parent | 838e336594e410898667fa06b15f1116a3b586fd (diff) | |
sys: support arm arch
Not tested, but const extraction and build works.
Update #324
Update #191
Diffstat (limited to 'sys/sndtimer_arm.const')
| -rw-r--r-- | sys/sndtimer_arm.const | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sys/sndtimer_arm.const b/sys/sndtimer_arm.const new file mode 100644 index 000000000..f5e90c546 --- /dev/null +++ b/sys/sndtimer_arm.const @@ -0,0 +1,34 @@ +# AUTOGENERATED FILE +SNDRV_TIMER_EVENT_CONTINUE = 4 +SNDRV_TIMER_EVENT_EARLY = 6 +SNDRV_TIMER_EVENT_MCONTINUE = 14 +SNDRV_TIMER_EVENT_MPAUSE = 15 +SNDRV_TIMER_EVENT_MRESUME = 18 +SNDRV_TIMER_EVENT_MSTART = 12 +SNDRV_TIMER_EVENT_MSTOP = 13 +SNDRV_TIMER_EVENT_MSUSPEND = 17 +SNDRV_TIMER_EVENT_PAUSE = 5 +SNDRV_TIMER_EVENT_RESOLUTION = 0 +SNDRV_TIMER_EVENT_RESUME = 8 +SNDRV_TIMER_EVENT_START = 2 +SNDRV_TIMER_EVENT_STOP = 3 +SNDRV_TIMER_EVENT_SUSPEND = 7 +SNDRV_TIMER_EVENT_TICK = 1 +SNDRV_TIMER_IOCTL_CONTINUE = 21666 +SNDRV_TIMER_IOCTL_GINFO = 3235927043 +SNDRV_TIMER_IOCTL_GPARAMS = 1077695492 +SNDRV_TIMER_IOCTL_GSTATUS = 3225441285 +SNDRV_TIMER_IOCTL_INFO = 2162185233 +SNDRV_TIMER_IOCTL_NEXT_DEVICE = 3222557697 +SNDRV_TIMER_IOCTL_PARAMS = 1079006226 +SNDRV_TIMER_IOCTL_PAUSE = 21667 +SNDRV_TIMER_IOCTL_PVERSION = 2147767296 +SNDRV_TIMER_IOCTL_SELECT = 1077171216 +SNDRV_TIMER_IOCTL_START = 21664 +SNDRV_TIMER_IOCTL_STATUS = 2153272340 +SNDRV_TIMER_IOCTL_STOP = 21665 +SNDRV_TIMER_IOCTL_TREAD = 1074025474 +SNDRV_TIMER_PSFLG_AUTO = 1 +SNDRV_TIMER_PSFLG_EARLY_EVENT = 4 +SNDRV_TIMER_PSFLG_EXCLUSIVE = 2 +__NR_ioctl = 9437238 |
