diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 10:27:38 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 10:50:24 +0100 |
| commit | 2f68adff0b52208bd2a86941c4c406fb9dcaa5e6 (patch) | |
| tree | 11a562aafe0b89ca25d7d47700e15dcbe297f3c2 /sys/linux/dev_snd_timer_arm64.const | |
| parent | 0d635f1100a7b1d628f57637a7cc7fdb8c3f15f8 (diff) | |
sys/linux: support new split sound ioctls
Some sounds ioctls are now explicitly doubled for 32/64 bits. Support that.
Fix mips SOL_SOCKET issues by rearranging includes.
Improve few other fields.
Diffstat (limited to 'sys/linux/dev_snd_timer_arm64.const')
| -rw-r--r-- | sys/linux/dev_snd_timer_arm64.const | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/linux/dev_snd_timer_arm64.const b/sys/linux/dev_snd_timer_arm64.const index fb84267af..1a4b43e31 100644 --- a/sys/linux/dev_snd_timer_arm64.const +++ b/sys/linux/dev_snd_timer_arm64.const @@ -33,10 +33,13 @@ SNDRV_TIMER_IOCTL_PAUSE = 21667 SNDRV_TIMER_IOCTL_PVERSION = 2147767296 SNDRV_TIMER_IOCTL_SELECT = 1077171216 SNDRV_TIMER_IOCTL_START = 21664 -SNDRV_TIMER_IOCTL_STATUS = 2153796628 +SNDRV_TIMER_IOCTL_STATUS32 = 2153272340 +SNDRV_TIMER_IOCTL_STATUS64 = 2153796628 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 +SND_TIMER_STATUS32_SIZE = 88 +SND_TIMER_STATUS64_SIZE = 96 __NR_ioctl = 29 |
